Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc48 uptr stack_bottom) { in GetCanonicFrame()
68 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_libcdep.cc58 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_mac.cc248 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
H A Dsanitizer_stacktrace.h114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_linux_libcdep.cc78 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
H A Dsanitizer_win.cc75 uptr *stack_bottom) { in GetThreadStackTopAndBottom()
/aosp_15_r20/trusty/kernel/lib/backtrace/
H A Dbacktrace.c192 uintptr_t stack_bottom; in is_on_user_stack() local
208 uintptr_t stack_bottom; in is_on_kernel_stack() local
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc113 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback() local
142 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap18.c88 void *start, *stack_top, *stack_bottom; in allocate_stack() local
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.cc179 uptr AsanThread::stack_bottom() { in stack_bottom() function in __asan::AsanThread