| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libunwind/src/ |
| H A D | BUILD.gn | 30 "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 D | asan_stack.h | 37 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 D | asan_stack.h | 35 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 D | ubsan_diag_standalone.cpp | 25 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 D | sanitizer_deadlock_detector1.cpp | 94 m->stk = cb->Unwind(); in MutexInit() 114 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock() 156 stk = cb->Unwind(); in MutexAfterLock() 168 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
|
| H A D | sanitizer_stacktrace.h | 121 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 D | sanitizer_deadlock_detector2.cpp | 209 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 D | sanitizer_symbolizer_report.cpp | 115 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 D | sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); in MutexInit() 115 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock() 157 stk = cb->Unwind(); in MutexAfterLock() 169 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector2.cc | 212 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 D | sanitizer_deadlock_detector1.cc | 93 m->stk = cb->Unwind(); in MutexInit() 113 dd.addEdges(<->dd, m->id, cb->Unwind(), cb->UniqueTid()); in MutexBeforeLock() 155 stk = cb->Unwind(); in MutexAfterLock() 167 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector2.cc | 210 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 D | asan_stack.h | 45 stack.Unwind(StackTrace::GetCurrentPc(), \ 51 stack.Unwind(pc, bp, nullptr, \
|
| H A D | asan_stack.cpp | 69 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 D | sanitizer_stacktrace_test.cc | 27 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 D | unwind.inc | 32 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 D | unwind.inc | 32 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 D | hwasan.h | 130 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 D | dd_rtl.cc | 25 stack.Unwind(1000, 0, 0, 0, 0, 0, false); in CurrentStackTrace() 64 u32 Callback::Unwind() { in Unwind() function in __dsan::Callback
|
| H A D | dd_rtl.h | 38 u32 Unwind() override;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_diag_standalone.cc | 32 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, in __sanitizer_print_stack_trace()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_diag_standalone.cc | 30 stack.Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, in __sanitizer_print_stack_trace()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan.h | 25 stack.Unwind(StackTrace::GetCurrentPc(), \
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan.h | 58 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 D | lsan.h | 56 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast); in GetStackTrace()
|