Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 25 of 222) sorted by relevance

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libunwind/src/
H A DBUILD.gn30 "Unwind-EHABI.cpp",
31 "Unwind-EHABI.h",
32 "Unwind-seh.cpp",
33 "Unwind-sjlj.c",
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stack.h37 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); in GetStackTrace()
47 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, in GetStackTrace()
52 stack->Unwind(max_depth, pc, bp, context, 0, 0, false); in GetStackTrace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stack.h35 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); in GetStackTrace()
49 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, in GetStackTrace()
54 stack->Unwind(max_depth, pc, bp, context, 0, 0, false); in GetStackTrace()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cpp25 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
33 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal); in __sanitizer_print_stack_trace()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp94 m->stk = cb->Unwind(); in MutexInit()
114 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
156 stk = cb->Unwind(); in MutexAfterLock()
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
H A Dsanitizer_stacktrace.h121 void Unwind(uptr pc, uptr bp, void *context, bool request_fast,
134 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
H A Dsanitizer_deadlock_detector2.cpp209 tm->stk = cb->Unwind(); in MutexBeforeLock()
235 link->stk1 = cb->Unwind(); in MutexBeforeLock()
250 link->stk1 = cb->Unwind(); in MutexBeforeLock()
296 tm->stk = cb->Unwind(); in MutexAfterLock()
H A Dsanitizer_symbolizer_report.cpp115 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, true); in ReportMmapWriteExec()
117 stack->Unwind(kStackTraceMax, pc, 0, nullptr, 0, 0, false); in ReportMmapWriteExec()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc95 m->stk = cb->Unwind(); in MutexInit()
115 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
157 stk = cb->Unwind(); in MutexAfterLock()
169 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
H A Dsanitizer_deadlock_detector2.cc212 tm->stk = cb->Unwind(); in MutexBeforeLock()
238 link->stk1 = cb->Unwind(); in MutexBeforeLock()
253 link->stk1 = cb->Unwind(); in MutexBeforeLock()
299 tm->stk = cb->Unwind(); in MutexAfterLock()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc93 m->stk = cb->Unwind(); in MutexInit()
113 dd.addEdges(&lt->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock()
155 stk = cb->Unwind(); in MutexAfterLock()
167 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
H A Dsanitizer_deadlock_detector2.cc210 tm->stk = cb->Unwind(); in MutexBeforeLock()
236 link->stk1 = cb->Unwind(); in MutexBeforeLock()
251 link->stk1 = cb->Unwind(); in MutexBeforeLock()
297 tm->stk = cb->Unwind(); in MutexAfterLock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stack.h45 stack.Unwind(StackTrace::GetCurrentPc(), \
51 stack.Unwind(pc, bp, nullptr, \
H A Dasan_stack.cpp69 Unwind(max_depth, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), in UnwindImpl()
77 Unwind(max_depth, pc, bp, context, t ? t->stack_top() : 0, in UnwindImpl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top, in TryFastUnwind()
158 stack.Unwind(0, pc, bp, 0, 0, 0, false); in TEST()
161 stack.Unwind(1, pc, bp, 0, 0, 0, false); in TEST()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind.inc32 Unwind the stack calling the personality routine to find both the
61 /* Unwind successful. Run the personality routine, if any. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
115 /* Unwind successful. Run the personality routine, if any. */
166 /* Unwind successful. */
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind.inc32 Unwind the stack calling the personality routine to find both the
61 /* Unwind successful. Run the personality routine, if any. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
115 /* Unwind successful. Run the personality routine, if any. */
167 /* Unwind successful. */
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.h130 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
137 stack.Unwind(pc, bp, nullptr, common_flags()->fast_unwind_on_fatal)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc25 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace()
64 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
H A Ddd_rtl.h38 u32 Unwind() override;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag_standalone.cc32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, in __sanitizer_print_stack_trace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cc30 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, in __sanitizer_print_stack_trace()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan.h25 stack.Unwind(StackTrace::GetCurrentPc(), \
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.h58 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast); in GetStackTrace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan.h56 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast); in GetStackTrace()

123456789