Home
last modified time | relevance | path

Searched defs:unwind (Results 1 – 12 of 12) sorted by relevance

/freebsd/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c56 static struct unwind { struct
72 unwind(void) in unwind() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp221 UnwindSignalStackCallbackType unwind, in ReportStackOverflowImpl()
239 UnwindSignalStackCallbackType unwind, in ReportDeadlySignalImpl()
281 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal()
290 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2_x86-64_windows_msvc.asm1304 unwind: label
H A Dblake3_sse41_x86-64_windows_msvc.asm1445 unwind: label
H A Dblake3_sse2_x86-64_windows_msvc.asm1641 unwind: label
H A Dblake3_avx512_x86-64_windows_msvc.asm1094 unwind: label
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c77 unwind(char *map) in unwind() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp352 TailMergePDataChunkX64(Chunk *tm, Chunk *unwind) : tm(tm), unwind(unwind) { in TailMergePDataChunkX64()
367 Chunk *unwind = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergePDataChunkX64
739 Chunk *unwind = newTailMergeUnwindInfoChunk(); in create() local
823 Chunk *DelayLoadContents::newTailMergePDataChunk(Chunk *tm, Chunk *unwind) { in newTailMergePDataChunk()
H A DWriter.cpp2267 ulittle32_t begin, end, unwind; in sortExceptionTables() member
2270 ulittle32_t begin, unwind; in sortExceptionTables() member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp675 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
718 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4037 static bool isExtabRef(uint32_t unwind) { in isExtabRef()