Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc40 uptr stack_top, uptr stack_bottom, in FastUnwindStack()
Dsanitizer_stacktrace_libcdep.cc75 uptr stack_top, uptr stack_bottom, in Unwind()
Dsanitizer_mac.cc156 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
257 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
Dsanitizer_linux_libcdep.cc75 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
424 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
Dsanitizer_win.cc68 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/external/compiler-rt/lib/asan/
Dasan_thread.h66 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