Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_symbolizer_report.cpp221 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()
HDsanitizer_symbolizer_report_fuchsia.cpp24 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal() argument
28 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal() argument
HDsanitizer_common.h369 UnwindSignalStackCallbackType unwind,
376 UnwindSignalStackCallbackType unwind,
/freebsd-14-stable/contrib/llvm-project/libunwind/include/
HDlibunwind.modulemap6 module unwind [system] {
8 header "unwind.h"
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDLL.cpp352 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()
HDDLL.h56 Chunk *newTailMergePDataChunk(Chunk *tm, Chunk *unwind);
/freebsd-14-stable/tools/regression/sockets/unix_bindconnect/
HDunix_bindconnect.c56 static struct unwind { struct
72 unwind(void) in unwind() function
314 unwind(); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDCOFFAsmParser.cpp141 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/
HDSBExpressionOptions.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-14-stable/contrib/llvm-project/clang/lib/Headers/
HDunwind.h15 #if defined(__APPLE__) && __has_include_next(<unwind.h>)
30 # include_next <unwind.h>
33 # include_next <unwind.h>
HDmodule.modulemap316 header "unwind.h"
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDOpts.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-14-stable/sys/modules/linux64/
HDMakefile67 -nostdinc -fasynchronous-unwind-tables \
74 -nostdinc -fasynchronous-unwind-tables \
/freebsd-14-stable/lib/libgcc_eh/
HDMakefile15 INCS+= ${UNWINDINCDIR}/unwind.h
/freebsd-14-stable/lib/libexecinfo/
HDMakefile12 SRCS= backtrace.c symtab.c unwind.c
/freebsd-14-stable/usr.sbin/yp_mkdb/
HDyp_mkdb.c77 unwind(char *map) in unwind() function
160 unwind(map); in main()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h35 void SetUnwindOnError(bool unwind = true);
/freebsd-14-stable/sys/modules/linux/
HDMakefile101 -fno-common -nostdinc -fasynchronous-unwind-tables \
108 -fno-common -nostdinc -fasynchronous-unwind-tables \
/freebsd-14-stable/sys/contrib/openzfs/config/
HDuser-libunwind.m415 ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUNWIND, [libunwind], [libunwind.h], [], [unwind], [], [
/freebsd-14-stable/stand/i386/boot2/
HDMakefile36 -fno-asynchronous-unwind-tables \
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDObjdumpOpts.td228 def unwind_info : Flag<["--"], "unwind-info">,
229 HelpText<"Display unwind information">;
231 HelpText<"Alias for --unwind-info">;
/freebsd-14-stable/sys/conf/
HDfiles.riscv72 riscv/riscv/unwind.c optional ddb | kdtrace_hooks | stack
HDkern.mk189 -fno-asynchronous-unwind-tables
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDebugOptions.def60 ///< Set when -femit-dwarf-unwind is passed.
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.td206 /// Function doesn't unwind stack.
318 /// Function must be in a unwind table.

123