/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 48 uptr stack_bottom) { in GetCanonicFrame() 68 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
D | sanitizer_stacktrace_libcdep.cc | 58 uptr stack_top, uptr stack_bottom, in Unwind()
|
D | sanitizer_stacktrace.h | 114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
D | sanitizer_mac.cc | 248 uptr *stack_bottom) { in GetThreadStackTopAndBottom() 366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
D | sanitizer_linux_libcdep.cc | 78 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
D | sanitizer_win.cc | 75 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cpp | 74 uptr stack_bottom) { in GetCanonicFrame() 95 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
D | sanitizer_stacktrace_sparc.cpp | 29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
D | sanitizer_stacktrace_libcdep.cpp | 64 uptr stack_top, uptr stack_bottom, in Unwind()
|
D | sanitizer_stacktrace.h | 162 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
D | sanitizer_rtems.cpp | 79 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() 94 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
D | sanitizer_linux_libcdep.cpp | 98 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
D | sanitizer_mac.cpp | 387 uptr *stack_bottom) { in GetThreadStackTopAndBottom() 563 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
D | sanitizer_fuchsia.cpp | 88 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
D | sanitizer_win.cpp | 113 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_rtems.cpp | 103 uptr stack_bottom, stack_size, tls_bottom, tls_size; member 109 uptr stack_bottom, uptr stack_size, in CreateAsanThread() 150 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
|
D | asan_fuchsia.cpp | 88 uptr stack_bottom, stack_size; member 147 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
|
D | asan_thread.cpp | 182 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan.cpp | 37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_thread.h | 31 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.cpp | 97 uptr MsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __msan::MsanThread
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.cpp | 116 uptr MemprofThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() function in __memprof::MemprofThread
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback() local 138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack() local
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 179 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread
|