Searched defs:unwind (Results 1 – 12 of 12) sorted by relevance
/freebsd/tools/regression/sockets/unix_bindconnect/ |
H A D | unix_bindconnect.c | 56 static struct unwind { struct 72 unwind(void) in unwind() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_report.cpp | 221 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 D | blake3_avx2_x86-64_windows_msvc.asm | 1304 unwind: label
|
H A D | blake3_sse41_x86-64_windows_msvc.asm | 1445 unwind: label
|
H A D | blake3_sse2_x86-64_windows_msvc.asm | 1641 unwind: label
|
H A D | blake3_avx512_x86-64_windows_msvc.asm | 1094 unwind: label
|
/freebsd/usr.sbin/yp_mkdb/ |
H A D | yp_mkdb.c | 77 unwind(char *map) in unwind() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.cpp | 352 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 D | Writer.cpp | 2267 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 D | SBExpressionOptions.cpp | 58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 675 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 D | SyntheticSections.cpp | 4037 static bool isExtabRef(uint32_t unwind) { in isExtabRef()
|