Home
last modified time | relevance | path

Searched defs:stack_top (Results 1 – 25 of 47) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc47 uptr stack_top, in GetCanonicFrame()
67 void BufferedStackTrace::FastUnwindStack(uptr pc, uptr bp, uptr stack_top, in FastUnwindStack()
Dsanitizer_stacktrace_libcdep.cc58 uptr stack_top, uptr stack_bottom, in Unwind()
Dsanitizer_stacktrace.h114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
Dsanitizer_unwind_linux_libcdep.cc34 uptr stack_top; member
Dsanitizer_mac.cc247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cpp73 uptr stack_top, in GetCanonicFrame()
94 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
Dsanitizer_stacktrace_sparc.cpp28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
Dsanitizer_unwind_linux_libcdep.cpp36 uptr stack_top; member
Dsanitizer_stacktrace_libcdep.cpp64 uptr stack_top, uptr stack_bottom, in Unwind()
Dsanitizer_stacktrace.h162 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
Dsanitizer_rtems.cpp79 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
94 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
/external/swiftshader/third_party/marl/src/
Dosfiber_arm.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_mips64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_aarch64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_x64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_ppc64.c32 uintptr_t stack_top = (uintptr_t)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_x86.c39 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
/external/compiler-rt/lib/msan/
Dmsan_thread.h31 uptr stack_top() { return stack_top_; } in stack_top() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan.cpp37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.h30 uptr stack_top() { return stack_top_; } in stack_top() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp95 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __msan::MsanThread
/external/ltp/testcases/cve/
Dstack_clash.c85 unsigned long stack_top = -1UL, start, end; in read_stack_addr_from_proc() local
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp114 uptr MemprofThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __memprof::MemprofThread
/external/freetype/src/lzw/
Dftzopen.h140 FT_UInt stack_top; member
/external/arm-trusted-firmware/services/std_svc/sdei/
Dsdei_intr_mgmt.c49 unsigned short stack_top; /* Empty ascending */ member

12