Home
last modified time | relevance | path

Searched refs:libunwind (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/config/
H A Duser-libunwind.m42 dnl Checks for libunwind, which usually does a better job than backtrace() when
8 AC_ARG_WITH([libunwind],
9 AS_HELP_STRING([--with-libunwind],
10 [use libunwind for backtraces in userspace assertions]),
15 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [
22 AC_MSG_CHECKING([for unw_get_elf_filename in libunwind])
26 #include <libunwind.h>
33 [libunwind has unw_get_elf_filename])
40 …AC_MSG_FAILURE([--with-libunwind was given, but libunwind is not available, try installing libunwi…
/freebsd-14.2/lib/libgcc_eh/
H A DMakefile.inc3 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include
4 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src
17 SRCS_EXC+= libunwind.cpp
H A DMakefile14 INCS+= ${UNWINDINCDIR}/libunwind.h
/freebsd-14.2/contrib/llvm-project/libunwind/include/
H A Dlibunwind.modulemap1 module libunwind [system] {
2 header "libunwind.h"
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S757 @ static void libunwind::Registers_arm::restoreVFPWithFLDMX(unw_fpreg_t* values)
771 @ static void libunwind::Registers_arm::restoreVFPv3(unw_fpreg_t* values)
787 @ static void libunwind::Registers_arm::restoreiWMMX(unw_fpreg_t* values)
816 @ static void libunwind::Registers_arm::restoreiWMMXControl(unw_uint32_t* values)
838 # void libunwind::Registers_or1k::jumpto()
893 # void libunwind::Registers_hexagon::jumpto()
H A DUnwind_AIXExtras.cpp17 namespace libunwind { namespace
H A DRWMutex.hpp25 namespace libunwind { namespace
H A DAddressSpace.hpp49 namespace libunwind { namespace
69 namespace libunwind { namespace
124 namespace libunwind { namespace
H A Dlibunwind.cpp33 using namespace libunwind;
355 namespace libunwind { namespace
H A DUnwindRegistersSave.S823 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values)
837 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values)
851 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
H A DEHHeaderParser.hpp19 namespace libunwind { namespace
H A DUnwind-seh.cpp31 using namespace libunwind;
H A DCompactUnwinder.hpp27 namespace libunwind { namespace
H A DDwarfInstructions.hpp26 namespace libunwind { namespace
H A DDwarfParser.hpp26 namespace libunwind { namespace
H A DUnwindCursor.hpp92 namespace libunwind { namespace
H A DRegisters.hpp22 namespace libunwind { namespace
/freebsd-14.2/lib/libexecinfo/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/freebsd-14.2/lib/libcompiler_rt/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist276 libunwind/.clang-format
277 libunwind/CMakeLists.txt
278 libunwind/cmake/
279 libunwind/docs/
280 libunwind/include/CMakeLists.txt
281 libunwind/src/CMakeLists.txt
282 libunwind/test/
/freebsd-14.2/.github/
H A DCODEOWNERS41 /contrib/llvm-project/libunwind @DimitryAndric @emaste @bsdjhb
/freebsd-14.2/
H A DMAINTAINERS46 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
H A DUPDATING58 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
658 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
717 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
742 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
761 The WITHOUT_LLVM_LIBUNWIND option has been removed. LLVM's libunwind
820 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
874 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
924 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
/freebsd-14.2/contrib/llvm-project/libunwind/
H A DLICENSE.TXT240 The libunwind library is dual licensed under both the University of Illinois
/freebsd-14.2/contrib/jemalloc/
H A DChangeLog1453 - Fix the libunwind-based implementation of stack backtracing (used for heap