Home
last modified time | relevance | path

Searched defs:stack_top (Results 1 – 25 of 32) 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
Dsanitizer_linux_libcdep.cc77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
Dsanitizer_win.cc74 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
/external/swiftshader/third_party/marl/src/
Dosfiber_ppc64.c32 uintptr_t stack_top = (uintptr_t)((uint8_t*)(stack) + stack_size - sizeof(uintptr_t)); in marl_fiber_set_target() local
Dosfiber_rv64.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_loongarch64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_x64.c34 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
Dosfiber_arm.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
Dosfiber_aarch64.c32 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/ltp/testcases/kernel/syscalls/mmap/
Dmmap18.c88 void *start, *stack_top, *stack_bottom; in allocate_stack() local
/external/ltp/testcases/cve/
Dstack_clash.c85 unsigned long stack_top = -1UL, start, end; in read_stack_addr_from_proc() local
/external/freetype/src/lzw/
Dftzopen.h140 FT_UInt stack_top; member
/external/compiler-rt/lib/asan/
Dasan_thread.cc175 uptr AsanThread::stack_top() { in stack_top() function in __asan::AsanThread
/external/arm-trusted-firmware/services/std_svc/sdei/
Dsdei_intr_mgmt.c50 unsigned short stack_top; /* Empty ascending */ member
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc508 uint64_t stack_top = 0x83254944b20d5512ULL; in TEST_F() local
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc970 void* const stack_top = in ExecDeathTestFork() local
/external/selinux/checkpolicy/
Dmodule_compiler.c50 static scope_stack_t *stack_top = NULL; variable
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-death-test.cc1371 void* const stack_top = in ExecDeathTestSpawnChild() local

12