| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_symbolizer_report.cpp | 221 UnwindSignalStackCallbackType unwind, in ReportStackOverflowImpl() argument 233 unwind(sig, unwind_context, stack); in ReportStackOverflowImpl() 239 UnwindSignalStackCallbackType unwind, in ReportDeadlySignalImpl() argument 272 unwind(sig, unwind_context, stack); in ReportDeadlySignalImpl() 281 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal() argument 284 ReportStackOverflowImpl(sig, tid, unwind, unwind_context); in ReportDeadlySignal() 286 ReportDeadlySignalImpl(sig, tid, unwind, unwind_context); in ReportDeadlySignal() 290 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal() argument 295 ReportDeadlySignal(sig, tid, unwind, unwind_context); in HandleDeadlySignal()
|
| HD | sanitizer_symbolizer_report_fuchsia.cpp | 24 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal() argument 28 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal() argument
|
| HD | sanitizer_common.h | 369 UnwindSignalStackCallbackType unwind, 376 UnwindSignalStackCallbackType unwind,
|
| /freebsd-14-stable/contrib/llvm-project/libunwind/include/ |
| HD | libunwind.modulemap | 6 module unwind [system] { 8 header "unwind.h"
|
| /freebsd-14-stable/contrib/llvm-project/lld/COFF/ |
| HD | DLL.cpp | 352 TailMergePDataChunkX64(Chunk *tm, Chunk *unwind) : tm(tm), unwind(unwind) { in TailMergePDataChunkX64() argument 363 write32le(buf + 8, unwind->getRVA()); // UnwindInfo RVA in writeTo() 367 Chunk *unwind = nullptr; member in lld::coff::__anon2728724e0111::TailMergePDataChunkX64 739 Chunk *unwind = newTailMergeUnwindInfoChunk(); in create() local 749 Chunk *pdataChunk = unwind ? newTailMergePDataChunk(tm, unwind) : nullptr; in create() 793 if (unwind) in create() 794 unwindinfo.push_back(unwind); in create() 823 Chunk *DelayLoadContents::newTailMergePDataChunk(Chunk *tm, Chunk *unwind) { in newTailMergePDataChunk() argument 826 return make<TailMergePDataChunkX64>(tm, unwind); in newTailMergePDataChunk()
|
| HD | DLL.h | 56 Chunk *newTailMergePDataChunk(Chunk *tm, Chunk *unwind);
|
| /freebsd-14-stable/tools/regression/sockets/unix_bindconnect/ |
| HD | unix_bindconnect.c | 56 static struct unwind { struct 72 unwind(void) in unwind() function 314 unwind(); in main()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | COFFAsmParser.cpp | 141 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 675 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 676 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 680 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 689 getStreamer().emitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler() 718 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 727 unwind = true; in ParseAtUnwindOrAtExcept()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/API/ |
| HD | 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-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | unwind.h | 15 #if defined(__APPLE__) && __has_include_next(<unwind.h>) 30 # include_next <unwind.h> 33 # include_next <unwind.h>
|
| HD | module.modulemap | 316 header "unwind.h"
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | 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-14-stable/sys/modules/linux64/ |
| HD | Makefile | 67 -nostdinc -fasynchronous-unwind-tables \ 74 -nostdinc -fasynchronous-unwind-tables \
|
| /freebsd-14-stable/lib/libgcc_eh/ |
| HD | Makefile | 15 INCS+= ${UNWINDINCDIR}/unwind.h
|
| /freebsd-14-stable/lib/libexecinfo/ |
| HD | Makefile | 12 SRCS= backtrace.c symtab.c unwind.c
|
| /freebsd-14-stable/usr.sbin/yp_mkdb/ |
| HD | yp_mkdb.c | 77 unwind(char *map) in unwind() function 160 unwind(map); in main()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBExpressionOptions.h | 35 void SetUnwindOnError(bool unwind = true);
|
| /freebsd-14-stable/sys/modules/linux/ |
| HD | Makefile | 101 -fno-common -nostdinc -fasynchronous-unwind-tables \ 108 -fno-common -nostdinc -fasynchronous-unwind-tables \
|
| /freebsd-14-stable/sys/contrib/openzfs/config/ |
| HD | user-libunwind.m4 | 15 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [
|
| /freebsd-14-stable/stand/i386/boot2/ |
| HD | Makefile | 36 -fno-asynchronous-unwind-tables \
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | ObjdumpOpts.td | 228 def unwind_info : Flag<["--"], "unwind-info">, 229 HelpText<"Display unwind information">; 231 HelpText<"Alias for --unwind-info">;
|
| /freebsd-14-stable/sys/conf/ |
| HD | files.riscv | 72 riscv/riscv/unwind.c optional ddb | kdtrace_hooks | stack
|
| HD | kern.mk | 189 -fno-asynchronous-unwind-tables
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DebugOptions.def | 60 ///< Set when -femit-dwarf-unwind is passed.
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Attributes.td | 206 /// Function doesn't unwind stack. 318 /// Function must be in a unwind table.
|