Searched refs:libunwind (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/lib/libgcc_eh/
H A DMakefile.inc4 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include
5 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src
18 SRCS_EXC+= libunwind.cpp
/freebsd-13-stable/lib/libexecinfo/
H A DMakefile14 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp25 namespace libunwind { namespace
112 } // namespace libunwind
H A Dlibunwind_ext.h8 // Extensions to libunwind API.
16 #include <libunwind.h>
H A DUnwindRegistersRestore.S18 # void libunwind::Registers_x86::jumpto()
65 # void libunwind::Registers_x86_64::jumpto()
134 // void libunwind::Registers_ppc64::jumpto()
399 // void libunwind::Registers_ppc::jumpto()
563 // void libunwind::Registers_arm64::jumpto()
625 @ void libunwind::Registers_arm::restoreCoreAndJumpTo()
660 @ static void libunwind::Registers_arm::restoreVFPWithFLDMD(unw_fpreg_t* values)
681 @ static void libunwind::Registers_arm::restoreVFPWithFLDMX(unw_fpreg_t* values)
695 @ static void libunwind::Registers_arm::restoreVFPv3(unw_fpreg_t* values)
711 @ static void libunwind
[all...]
H A Dlibunwind.cpp1 //===--------------------------- libunwind.cpp ----------------------------===//
8 // Implements unw_* functions from <libunwind.h>
12 #include <libunwind.h>
24 using namespace libunwind;
H A DEHHeaderParser.hpp15 #include "libunwind.h"
19 namespace libunwind { namespace
H A DUnwind_AppleExtras.cpp145 namespace libunwind { namespace
H A DAddressSpace.hpp44 namespace libunwind { namespace
49 #include "libunwind.h"
161 namespace libunwind { namespace
692 } // namespace libunwind
H A DCompactUnwinder.hpp18 #include <libunwind.h>
26 namespace libunwind { namespace
695 } // namespace libunwind
H A DUnwindRegistersSave.S804 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values)
818 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values)
832 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
855 @ static void libunwind::Registers_arm::saveiWMMX(unw_fpreg_t* values)
884 @ static void libunwind::Registers_arm::saveiWMMXControl(unw_uint32_t* values)
H A DUnwind-seh.cpp31 using namespace libunwind;
42 /// SEH exception raised by libunwind when the program calls
45 /// SEH exception raised by libunwind to initiate phase 2 of exception
101 // This is (probably) a libunwind-controlled exception/unwind. Recover the
H A DDwarfInstructions.hpp25 namespace libunwind { namespace
819 } // namespace libunwind
H A DDwarfParser.hpp20 #include "libunwind.h"
26 namespace libunwind { namespace
808 } // namespace libunwind
H A DRegisters.hpp18 #include "libunwind.h"
21 namespace libunwind { namespace
3953 _LIBUNWIND_ABORT("libunwind not built with float support");
3964 _LIBUNWIND_ABORT("libunwind not built with float support");
3980 } // namespace libunwind
H A DUnwindCursor.hpp8 // C++ interface to lower levels of libunwind
71 #include "libunwind.h"
76 namespace libunwind { namespace
485 // libunwind does not and should not depend on C++ library which means that we
901 // libunwind does not and should not depend on C++ library which means that we
913 // FIXME: Calling decode_eht_entry() here is violating the libunwind
2039 } // namespace libunwind
/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c16 #include <libunwind.h>

Completed in 170 milliseconds