Home
last modified time | relevance | path

Searched refs:unwind (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp221 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 Dsanitizer_common.h379 UnwindSignalStackCallbackType unwind,
386 UnwindSignalStackCallbackType unwind,
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.modulemap6 module unwind [system] {
8 header "unwind.h"
/freebsd/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c56 static struct unwind { struct
72 unwind(void) in unwind() function
314 unwind(); in main()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp58 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 DCOFFAsmParser.cpp157 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 Dunwind.h15 #if defined(__APPLE__) && __has_include_next(<unwind.h>)
30 # include_next <unwind.h>
33 # include_next <unwind.h>
H A Dmodule.modulemap327 header "unwind.h"
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--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 DMakefile67 -nostdinc -fasynchronous-unwind-tables \
74 -nostdinc -fasynchronous-unwind-tables \
/freebsd/lib/libgcc_eh/
H A DMakefile14 INCS+= ${UNWINDINCDIR}/unwind.h
/freebsd/lib/libexecinfo/
H A DMakefile11 SRCS= backtrace.c symtab.c unwind.c
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c77 unwind(char *map) in unwind() function
160 unwind(map); in main()
/freebsd/sys/modules/linux/
H A DMakefile102 -fno-common -nostdinc -fasynchronous-unwind-tables \
109 -fno-common -nostdinc -fasynchronous-unwind-tables \
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h35 void SetUnwindOnError(bool unwind = true);
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp391 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 Duser-libunwind.m416 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [
/freebsd/stand/i386/boot2/
H A DMakefile35 -fno-asynchronous-unwind-tables \
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td228 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 DDebugOptions.def42 ///< Set when -femit-dwarf-unwind is passed.
H A DCodeGenOptions.def116 ///< 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 Dfiles.riscv99 riscv/riscv/unwind.c optional ddb | kdtrace_hooks | stack
H A Dkern.mk200 -fno-asynchronous-unwind-tables
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h370 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td241 /// Function doesn't unwind stack.
364 /// Function must be in a unwind table.

123