Home
last modified time | relevance | path

Searched defs:stack_bottom (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc42 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
51 uptr stack_bottom) { in GetCanonicFrame()
71 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
Dsanitizer_stacktrace_libcdep.cc48 uptr stack_top, uptr stack_bottom, in Unwind()
Dsanitizer_mac.cc161 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
268 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
Dsanitizer_linux_libcdep.cc80 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
Dsanitizer_win.cc71 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/external/compiler-rt/lib/msan/
Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/external/opencv/cv/src/
Dcvcanny.cpp53 uchar **stack_top, **stack_bottom = 0; in cvCanny() local
/external/compiler-rt/lib/asan/
Dasan_thread.h68 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc109 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