Searched refs:unwind (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/lib/csu/
H A DMakefile.inc9 CFLAGS+= -fno-asynchronous-unwind-tables
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h14 #include <unwind.h>
21 // AFTER unwind.h (which is why it is forcefully included above). This ensures
33 // Guarded redefinitions of the needed unwind state prevent the redefinition of
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile36 unwind.h: ${GCCDIR}/config/arm/unwind-arm.h
38 unwind.h: ${GCCDIR}/unwind-generic.h
41 unwind.h: .NOMETA
44 SRCS+= unwind.h
45 CLEANFILES+= unwind.h
/freebsd-11-stable/contrib/gdb/gdb/
H A Dframe-base.h34 register unwind method, to determine the address of THIS frame's
64 const struct frame_unwind *unwind; member in struct:frame_base
H A Dframe.c38 #include "frame-unwind.h"
68 ->unwind->type. Unfortunately, legacy code is still explicitly
91 for the previous frame. The low-level unwind methods are
92 selected based on the presence, or otherwize, of register unwind
95 const struct frame_unwind *unwind; member in struct:frame_info
187 fprintf_unfiltered (file, "unwind=");
188 if (fi->unwind != NULL)
189 gdb_print_host_address (fi->unwind, file);
230 if (fi->unwind == NULL)
232 fi->unwind
[all...]
H A Dsomsolib.c182 struct unwind_table_entry *unwind; member in struct:__anon1606
783 unwind information for stack tracebacks.)
804 read its symbols. This allows us to use its unwind
1218 dld_cache.load.unwind = find_unwind_entry (dld_cache.load.address);
1231 dld_cache.load_stub.unwind = u;
1240 dld_cache.unload.unwind = find_unwind_entry (dld_cache.unload.address);
1243 that on some HPUX 10.x versions, there's two unwind regions to
1249 if (dld_cache.unload.unwind != NULL)
1251 u = find_unwind_entry (dld_cache.unload.unwind->region_end + 4);
1255 dld_cache.unload2.unwind
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbinutils/
H A DMakefile22 unwind-ia64.c \
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.h18 #include <unwind.h>
20 // Unable to unwind in the ARM index table (section 5 EHABI).
H A Dlibunwind_ext.h17 #include <unwind.h>
/freebsd-11-stable/lib/libexecinfo/
H A DMakefile12 SRCS= backtrace.c symtab.c unwind.c
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp171 UnwindSignalStackCallbackType unwind,
183 unwind(sig, unwind_context, stack);
189 UnwindSignalStackCallbackType unwind,
222 unwind(sig, unwind_context, stack);
231 UnwindSignalStackCallbackType unwind,
234 ReportStackOverflowImpl(sig, tid, unwind, unwind_context);
236 ReportDeadlySignalImpl(sig, tid, unwind, unwind_context);
240 UnwindSignalStackCallbackType unwind,
245 ReportDeadlySignal(sig, tid, unwind, unwind_context);
170 ReportStackOverflowImpl(const SignalContext &sig, u32 tid, UnwindSignalStackCallbackType unwind, const void *unwind_context) argument
188 ReportDeadlySignalImpl(const SignalContext &sig, u32 tid, UnwindSignalStackCallbackType unwind, const void *unwind_context) argument
230 ReportDeadlySignal(const SignalContext &sig, u32 tid, UnwindSignalStackCallbackType unwind, const void *unwind_context) argument
239 HandleDeadlySignal(void *siginfo, void *context, u32 tid, UnwindSignalStackCallbackType unwind, const void *unwind_context) argument
H A Dsanitizer_symbolizer_markup.cpp26 #include <unwind.h>
101 UnwindSignalStackCallbackType unwind,
100 ReportDeadlySignal(const SignalContext &sig, u32 tid, UnwindSignalStackCallbackType unwind, const void *unwind_context) argument
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs125 unwind.h: ${GCCDIR}/config/arm/unwind-arm.h
127 unwind.h: ${GCCDIR}/unwind-generic.h
130 unwind.h: .NOMETA
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp17 #include <unwind.h>
/freebsd-11-stable/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c58 static struct unwind { struct
74 unwind(void) function
316 unwind();
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_evict.c37 mark_free(struct drm_i915_gem_object *obj, struct list_head *unwind) argument
42 list_add(&obj->exec_list, unwind);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h34 void SetUnwindOnError(bool unwind = true);
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile76 LIB2ADDEH = unwind-arm.c libunwind-arm.S pr-support.c unwind-c.c
78 LIB2ADDEH = unwind-dw2.c unwind-dw2-fde-glibc.c unwind-sjlj.c gthr-gnat.c \
79 unwind-c.c
173 COMMONHDRS+= unwind.h
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c132 /* The following pseudo-registers are used for unwind directives only: */
258 /* What to do when something is wrong with unwind directives. */
597 /* unwind-related constants: */
606 /* unwind-related registers: */
627 {".IA_64.unwind"}, {".IA_64.unwind_info"},
705 unwind records. */
742 /* Maintain a list of unwind entries for the current function. */
746 /* Any unwind entires that should be attached to the current slot
750 /* These are used to create the unwind table entry for this function. */
752 symbolS *info; /* pointer to unwind inf
770 } unwind; variable in typeref:struct:__anon335
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc1 /* Exception handling and frame unwind runtime interface routines. -*- C -*-
32 This file is included from unwind-dw2.c or unwind-ia64.c. */
74 /* Don't let us unwind past the handler context. */
130 is not a forced unwind. Further, note where we found a handler. */
279 /* Perform stack backtrace through unwind data. */
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i38 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError;
41 SetUnwindOnError (bool unwind = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp65 void SBExpressionOptions::SetUnwindOnError(bool unwind) { argument
67 unwind);
69 m_opaque_up->SetUnwindOnError(unwind);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h1 /*===---- unwind.h - Stack unwinding ----------------------------------------===
15 #if defined(__APPLE__) && __has_include_next(<unwind.h>)
16 /* Darwin (from 11.x on) provide an unwind.h. If that's available,
23 // libunwind's unwind.h reflects the current visibility. However, Mozilla
24 // builds with -fvisibility=hidden and relies on gcc's unwind.h to reset the
30 # include_next <unwind.h>
33 # include_next <unwind.h>
115 uint32_t reserved1; /* forced unwind stop function, 0 if not forced */
118 uint32_t reserved4; /* forced unwind stop argument */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
644 return TokError("you must specify one or both of @unwind or @except");
646 bool unwind = false, except = false; local
647 if (ParseAtUnwindOrAtExcept(unwind, except))
651 if (ParseAtUnwindOrAtExcept(unwind, except))
660 getStreamer().EmitWinEHHandler(handler, unwind, except, Loc);
689 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
696 return Error(startLoc, "expected @unwind or @except");
697 if (identifier == "unwind")
698 unwind
[all...]
/freebsd-11-stable/lib/libc++/
H A DMakefile222 RT_HEADERS+= unwind-arm.h
223 RT_HEADERS+= unwind-itanium.h
224 RT_HEADERS+= unwind.h

Completed in 274 milliseconds

123