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

/freebsd-11-stable/lib/libgcc_eh/
H A DMakefile.inc4 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include
5 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src
19 SRCS_EXC+= libunwind.cpp
/freebsd-11-stable/lib/libexecinfo/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind_ext.h8 // Extensions to libunwind API.
16 #include <libunwind.h>
H A DRWMutex.hpp25 namespace libunwind { namespace
112 } // namespace libunwind
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 DCompactUnwinder.hpp18 #include <libunwind.h>
26 namespace libunwind { namespace
695 } // namespace libunwind
H A DAddressSpace.hpp44 namespace libunwind { namespace
49 #include "libunwind.h"
161 namespace libunwind { namespace
629 } // 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
763 } // 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
2021 } // namespace libunwind
H A DRegisters.hpp18 #include "libunwind.h"
21 namespace libunwind { namespace
3760 _LIBUNWIND_ABORT("libunwind not built with float support");
3769 _LIBUNWIND_ABORT("libunwind not built with float support");
3785 } // namespace libunwind
/freebsd-11-stable/contrib/gcc/
H A Dmklibgcc.in224 libunwind_a=$dir/libunwind.a
230 libunwind_so=$dir/libunwind${SHLIB_EXT}
745 # Make libunwind.so and libgcc_s.so depend on these, since they
842 -e "s%@shlib_base_name@%libunwind%g" \
909 -e "s%@shlib_base_name@%libunwind%g" \
912 echo ' $(INSTALL_DATA)' ${dir}/libunwind.a ${libunwinddir}/
913 echo ' chmod 644' ${dir}/libunwind.a
914 echo ' $(RANLIB_FOR_TARGET)' ${libunwinddir}/libunwind.a
H A Dconfigure935 --with-system-libunwind use installed libunwind
12165 # libunwind, we can choose to use the system libunwind.
12167 # Check whether --with-system-libunwind or --without-system-libunwind was given.
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile76 LIB2ADDEH = unwind-arm.c libunwind-arm.S pr-support.c unwind-c.c
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c7 #include <libunwind.h>

Completed in 202 milliseconds