| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_report.cpp | 221 UnwindSignalStackCallbackType unwind, in ReportStackOverflowImpl() argument 235 unwind(sig, unwind_context, stack); in ReportStackOverflowImpl() 242 UnwindSignalStackCallbackType unwind, in ReportDeadlySignalImpl() argument 275 unwind(sig, unwind_context, stack); in ReportDeadlySignalImpl() 284 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal() argument 287 ReportStackOverflowImpl(sig, tid, unwind, unwind_context); in ReportDeadlySignal() 289 ReportDeadlySignalImpl(sig, tid, unwind, unwind_context); in ReportDeadlySignal() 293 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal() argument 298 ReportDeadlySignal(sig, tid, unwind, unwind_context); in HandleDeadlySignal()
|
| H A D | sanitizer_common.h | 379 UnwindSignalStackCallbackType unwind, 386 UnwindSignalStackCallbackType unwind,
|
| /freebsd/contrib/llvm-project/libunwind/include/ |
| H A D | libunwind.modulemap | 6 module unwind [system] { 8 header "unwind.h"
|
| /freebsd/tools/regression/sockets/unix_bindconnect/ |
| H A D | unix_bindconnect.c | 56 static struct unwind { struct 72 unwind(void) in unwind() function 314 unwind(); in main()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() argument 59 LLDB_INSTRUMENT_VA(this, unwind); in SetUnwindOnError() 61 m_opaque_up->SetUnwindOnError(unwind); in SetUnwindOnError()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 157 bool parseAtUnwindOrAtExcept(bool &unwind, bool &except); 708 bool unwind = false, except = false; in parseSEHDirectiveHandler() local 709 if (parseAtUnwindOrAtExcept(unwind, except)) in parseSEHDirectiveHandler() 713 if (parseAtUnwindOrAtExcept(unwind, except)) in parseSEHDirectiveHandler() 720 getStreamer().emitWinEHHandler(handler, unwind, except, Loc); in parseSEHDirectiveHandler() 783 bool COFFAsmParser::parseAtUnwindOrAtExcept(bool &unwind, bool &except) { in parseAtUnwindOrAtExcept() argument 792 unwind = true; in parseAtUnwindOrAtExcept()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | unwind.h | 15 #if defined(__APPLE__) && __has_include_next(<unwind.h>) 30 # include_next <unwind.h> 33 # include_next <unwind.h>
|
| H A D | module.modulemap | 327 header "unwind.h"
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, " 49 def unwind : FF<"unwind", "Display unwind information">; 139 def : F<"u", "Alias for --unwind">, Alias<unwind>;
|
| /freebsd/sys/modules/linux64/ |
| H A D | Makefile | 67 -nostdinc -fasynchronous-unwind-tables \ 74 -nostdinc -fasynchronous-unwind-tables \
|
| /freebsd/lib/libgcc_eh/ |
| H A D | Makefile | 14 INCS+= ${UNWINDINCDIR}/unwind.h
|
| /freebsd/lib/libexecinfo/ |
| H A D | Makefile | 11 SRCS= backtrace.c symtab.c unwind.c
|
| /freebsd/usr.sbin/yp_mkdb/ |
| H A D | yp_mkdb.c | 77 unwind(char *map) in unwind() function 160 unwind(map); in main()
|
| /freebsd/sys/modules/linux/ |
| H A D | Makefile | 102 -fno-common -nostdinc -fasynchronous-unwind-tables \ 109 -fno-common -nostdinc -fasynchronous-unwind-tables \
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 35 void SetUnwindOnError(bool unwind = true);
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 391 TailMergePDataChunkX64(Chunk *tm, Chunk *unwind) : tm(tm), unwind(unwind) { in TailMergePDataChunkX64() argument 403 write32le(buf + 8, unwind->getRVA()); // UnwindInfo RVA in writeTo() 407 Chunk *unwind = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergePDataChunkX64
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | user-libunwind.m4 | 16 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [
|
| /freebsd/stand/i386/boot2/ |
| H A D | Makefile | 35 -fno-asynchronous-unwind-tables \
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 228 def unwind_info : Flag<["--"], "unwind-info">, 229 HelpText<"Display unwind information">; 231 HelpText<"Alias for --unwind-info">;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 42 ///< Set when -femit-dwarf-unwind is passed.
|
| H A D | CodeGenOptions.def | 116 ///< Set when -femit-compact-unwind-non-canonical is enabled. 324 VALUE_CODEGENOPT(UnwindTables, 2, 0, Benign) ///< Unwind tables (1, Benign) or asynchronous unwind … 478 /// Controls how unwind v2 (epilog) information should be generated for x64
|
| /freebsd/sys/conf/ |
| H A D | files.riscv | 99 riscv/riscv/unwind.c optional ddb | kdtrace_hooks | stack
|
| H A D | kern.mk | 200 -fno-asynchronous-unwind-tables
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 370 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 241 /// Function doesn't unwind stack. 364 /// Function must be in a unwind table.
|