Searched refs:stackEnd (Results 1 – 6 of 6) sorted by relevance
/haiku/src/system/libroot/os/arch/ppc/ |
H A D | stack_trace.cpp | 22 int32 skipFrames, addr_t stackBase, addr_t stackEnd) in __arch_get_stack_trace() argument 28 if (basePointer < stackBase || basePointer >= stackEnd) in __arch_get_stack_trace()
|
/haiku/src/system/libroot/os/arch/generic/ |
H A D | generic_stack_trace.cpp | 24 int32 skipFrames, addr_t stackBase, addr_t stackEnd) in __arch_get_stack_trace() argument 30 if (basePointer < stackBase || basePointer >= stackEnd) in __arch_get_stack_trace()
|
/haiku/headers/private/libroot/ |
H A D | libroot_private.h | 56 int32 skipFrames, addr_t stackBase, addr_t stackEnd);
|
/haiku/src/kits/debugger/elf/ |
H A D | CoreFile.cpp | 158 uint64 stackBase, uint64 stackEnd, const BString& name) in CoreFileThreadInfo() argument 164 fStackEnd(stackEnd), in CoreFileThreadInfo() 741 uint64 stackEnd = Get(entry.nth_stack_end); in _ReadThreadsNote() local 760 state, priority, stackBase, stackEnd, copiedName); in _ReadThreadsNote()
|
H A D | CoreFile.h | 142 uint64 stackEnd, const BString& name);
|
/haiku/src/system/libroot/posix/malloc/debug/ |
H A D | guarded_heap.cpp | 299 void** stackEnd = tls_address(sStackEndTLSIndex); in guarded_heap_fill_stack_trace() local 300 if (*stackBase == NULL || *stackEnd == NULL) { in guarded_heap_fill_stack_trace() 307 *stackEnd = (void*)threadInfo.stack_end; in guarded_heap_fill_stack_trace() 311 (addr_t)*stackBase, (addr_t)*stackEnd); in guarded_heap_fill_stack_trace()
|