/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_stackdepot_test.cc | 24 StackTrace stack = StackDepotGet(i1); in TEST() 31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST() 37 StackTrace stack = StackDepotGet(i1); in TEST() 42 StackTrace stack = StackDepotGet(0); in TEST() 52 StackTrace stack = StackDepotGet(i1); in TEST() 86 StackTrace stack = StackDepotGet(ids[i]); in TEST()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_origin.h | 90 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin() 95 return StackDepotGet(getHeapId()); in getStackTraceForHeapOrigin()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_debugging.cpp | 58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack() 62 stack = StackDepotGet(chunk.GetFreeStackId()); in AsanGetStack()
|
H A D | asan_descriptions.cpp | 61 StackDepotGet(context->stack_id).Print(); in DescribeThread() 175 StackTrace res = StackDepotGet(id); in GetStackTraceFromId() 332 StackDepotGet(reg_sites[i]).Print(); in Print()
|
H A D | asan_memory_profile.cpp | 70 StackDepotGet(a.id).Print(); in Print()
|
H A D | asan_errors.cpp | 356 StackDepotGet(stack_id1).Print(); in Print() 358 StackDepotGet(stack_id2).Print(); in Print()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stackdepot.h | 40 StackTrace StackDepotGet(u32 id);
|
H A D | sanitizer_stackdepot.cpp | 106 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stackdepot.h | 39 StackTrace StackDepotGet(u32 id);
|
H A D | sanitizer_stackdepot.cc | 118 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stackdepot.h | 41 StackTrace StackDepotGet(u32 id);
|
H A D | sanitizer_stackdepot.cc | 120 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_descriptions.cc | 60 StackDepotGet(context->stack_id).Print(); in DescribeThread() 175 StackTrace res = StackDepotGet(id); in GetStackTraceFromId() 331 StackDepotGet(reg_sites[i]).Print(); in Print()
|
H A D | asan_memory_profile.cc | 69 StackDepotGet(a.id).Print(); in Print()
|
H A D | asan_errors.cc | 341 StackDepotGet(stack_id1).Print(); in Print() 343 StackDepotGet(stack_id2).Print(); in Print()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_descriptions.cc | 62 StackDepotGet(context->stack_id).Print(); in DescribeThread() 177 StackTrace res = StackDepotGet(id); in GetStackTraceFromId() 333 StackDepotGet(reg_sites[i]).Print(); in Print()
|
H A D | asan_memory_profile.cc | 71 StackDepotGet(a.id).Print(); in Print()
|
H A D | asan_errors.cc | 343 StackDepotGet(stack_id1).Print(); in Print() 345 StackDepotGet(stack_id2).Print(); in Print()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_common.cpp | 503 caller_pc = GetCallerPC(StackDepotGet(stack_id)); in MarkInvalidPCCb() 793 StackTrace stack = StackDepotGet(stack_trace_id); in AddLeakedChunk() 861 StackDepotGet(leaks_[index].stack_trace_id).Print(); in PrintReportForLeak() 898 leaks_[i].stack_trace_id, StackDepotGet(leaks_[i].stack_trace_id)); in ApplySuppressions()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_common.cc | 484 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById() 499 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb() 653 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_common.cc | 482 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById() 497 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb() 651 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
H A D | dd_rtl.cc | 33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_debugging.cc | 253 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_debugging.cpp | 258 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_debugging.cc | 251 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
|