Searched refs:top_frame_bp (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.h | 103 uptr top_frame_bp; // Optional bp of a top frame. member 105 BufferedStackTrace() : StackTrace(trace_buffer, 0), top_frame_bp(0) {} in BufferedStackTrace() 114 top_frame_bp = (max_depth > 0) ? bp : 0; 130 top_frame_bp = 0; in Reset()
|
D | sanitizer_stacktrace.cpp | 63 top_frame_bp = 0; in Init()
|
D | sanitizer_stacktrace_libcdep.cpp | 68 top_frame_bp = (max_depth > 0) ? bp : 0; in Unwind()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_test.cc | 117 EXPECT_EQ((uhwptr)&fake_stack[0], trace.top_frame_bp); in TEST_F() 124 EXPECT_EQ(0U, trace.top_frame_bp); in TEST_F() 160 EXPECT_EQ(0U, stack.top_frame_bp); in TEST() 164 EXPECT_EQ(bp, stack.top_frame_bp); in TEST()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_test.cpp | 123 EXPECT_EQ((uhwptr)&fake_stack[0], trace.top_frame_bp); in TEST_F() 129 EXPECT_EQ(0U, trace.top_frame_bp); in TEST_F() 163 EXPECT_EQ(0U, stack.top_frame_bp); in TEST() 167 EXPECT_EQ(bp, stack.top_frame_bp); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.h | 92 uptr top_frame_bp; // Optional bp of a top frame. member 94 BufferedStackTrace() : StackTrace(trace_buffer, 0), top_frame_bp(0) {} in BufferedStackTrace()
|
D | sanitizer_stacktrace_libcdep.cc | 60 top_frame_bp = (max_depth > 0) ? bp : 0; in Unwind()
|
D | sanitizer_stacktrace.cc | 40 top_frame_bp = 0; in Init()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_stack.h | 40 stack.top_frame_bp = GET_CURRENT_FRAME(); \
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_errors.cpp | 56 second_free_stack->top_frame_bp); in Print() 94 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in Print() 113 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in Print() 133 GET_STACK_TRACE_FATAL(dealloc_stack->trace[0], dealloc_stack->top_frame_bp); in Print()
|
D | asan_stack.h | 40 stack.top_frame_bp = GET_CURRENT_FRAME(); \
|
/external/compiler-rt/lib/asan/ |
D | asan_stack.h | 74 stack.top_frame_bp = GET_CURRENT_FRAME(); \
|
D | asan_report.cc | 812 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportDoubleFree() 835 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportNewDeleteSizeMismatch() 855 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportFreeNotMalloced() 877 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportAllocTypeMismatch()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 4872 <!-- __sanitizer::uptr __sanitizer::StackTrace::top_frame_bp --> 4873 …<var-decl name='top_frame_bp' type-id='type-id-106' visibility='default' filepath='../../.././libs…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 2733 …<var-decl name='top_frame_bp' type-id='type-id-106' visibility='default' filepath='../../.././libs…
|