Home
last modified time | relevance | path

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

12

/src/sys/contrib/openzfs/config/
H A Duser-libunwind.m43 dnl Checks for libunwind, which usually does a better job than backtrace() when
9 AC_ARG_WITH([libunwind], optwith
10 AS_HELP_STRING([--with-libunwind],
11 [use libunwind for backtraces in userspace assertions]),
16 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [
23 AC_MSG_CHECKING([for unw_get_elf_filename in libunwind])
27 #include <libunwind.h>
34 [libunwind has unw_get_elf_filename])
38 dnl LLVM includes it's own libunwind library, which
41 AC_MSG_CHECKING([whether libunwind is llvm libunwind])
[all …]
/src/lib/libgcc_eh/
H A DMakefile.inc2 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include
3 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src
16 SRCS_EXC+= libunwind.cpp
H A DMakefile13 INCS+= ${UNWINDINCDIR}/libunwind.h
/src/contrib/llvm-project/libunwind/include/
H A Dlibunwind.modulemap1 module libunwind [system] {
2 header "libunwind.h"
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh19 libtirpc-dev libtool libunwind libunwind-dev linux-headers linux-tools \
72 libtool libtool-bin libudev-dev libunwind-dev linux-headers-$(uname -r) \
193 sudo dnf install -y libunwind-devel
/src/contrib/jemalloc/
H A DINSTALL.md141 + libunwind (requires --enable-prof-libunwind)
145 * `--enable-prof-libunwind`
147 Use the libunwind library (http://www.nongnu.org/libunwind/) for stack
158 * `--with-static-libunwind=<libunwind.a>`
160 Statically link against the specified libunwind.a rather than dynamically
H A Dconfigure.ac1292 AC_ARG_ENABLE([prof-libunwind],
1293 [AS_HELP_STRING([--enable-prof-libunwind], [Use libunwind for backtracing])],
1299 AC_MSG_ERROR([--enable-prof-libunwind should only be used with --enable-prof])
1306 [AS_HELP_STRING([--with-static-libunwind=<libunwind.a>],
1307 [Path to static libunwind library; use rather than dynamically linking])],
1312 AC_MSG_ERROR([Static libunwind not found: $with_static_libunwind])
1319 AC_CHECK_HEADERS([libunwind.h], , [enable_prof_libunwind="0"])
1327 backtrace_method="libunwind"
2659 AC_MSG_RESULT([prof-libunwind : ${enable_prof_libunwind}])
/src/lib/libexecinfo/
H A DMakefile12 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/src/contrib/llvm-project/libunwind/src/
H A DUnwind_AIXExtras.cpp17 namespace libunwind { namespace
H A DUnwindRegistersRestore.S709 @ void libunwind::Registers_arm::restoreCoreAndJumpTo()
750 @ static void libunwind::Registers_arm::restoreVFPWithFLDMD(unw_fpreg_t* values)
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;
354 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
/src/lib/libcompiler_rt/
H A DMakefile12 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/src/contrib/llvm-project/
H A DFREEBSD-Xlist286 libunwind/.clang-format
287 libunwind/CMakeLists.txt
288 libunwind/cmake/
289 libunwind/docs/
290 libunwind/include/CMakeLists.txt
291 libunwind/src/CMakeLists.txt
292 libunwind/test/
/src/.github/
H A DCODEOWNERS40 /contrib/llvm-project/libunwind @DimitryAndric @emaste @bsdjhb
/src/
H A DMAINTAINERS44 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
H A DUPDATING558 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
1191 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
1250 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
1275 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
1294 The WITHOUT_LLVM_LIBUNWIND option has been removed. LLVM's libunwind
1353 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
1407 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
1457 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in155 /* Use libunwind for profile backtracing if defined. */

12