/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan.h | 51 uptr stack_top = 0, stack_bottom = 0; local in function:__lsan::GetStackTrace 54 stack_top = t->stack_end(); 57 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { 58 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_thread.h | 31 uptr stack_top() { return stack_top_; } function in class:__msan::MsanThread
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_unwind_linux_libcdep.cc | 35 uptr stack_top; member in struct:__sanitizer::__anonda2a8b3f0108
|
sanitizer_rtems.cc | 76 uptr *stack_top, uptr *stack_bottom) { 86 *stack_top = *stack_bottom + size; 91 uptr stack_top, stack_bottom; local in function:__sanitizer::GetThreadStackAndTls 92 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 94 *stk_size = stack_top - stack_bottom;
|
sanitizer_mac.cc | 300 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, 302 CHECK(stack_top); 320 *stack_top = (uptr)stackaddr; 321 *stack_bottom = *stack_top - stacksize; 477 uptr stack_top, stack_bottom; local in function:__sanitizer::GetThreadStackAndTls 478 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 480 *stk_size = stack_top - stack_bottom;
|
/src/usr.sbin/acpitools/aml/ |
aml_name.c | 67 struct aml_local_stack *stack_top = NULL; variable in typeref:struct:aml_local_stack * 428 stack->next = stack_top; 429 stack_top = stack; 437 result = stack_top; 438 stack_top = result->next; 460 if (stack_top == NULL) 462 return (&stack_top->localvalue[idx]); 470 stack = stack_top; 484 result->chain = stack_top->temporary; 485 stack_top->temporary = result [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_thread.cc | 179 uptr AsanThread::stack_top() { function in class:__asan::AsanThread 474 *stack_end = t->stack_top();
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 225 static SLJIT_INLINE struct stack_item* stack_top(struct stack *stack) function in typeref:typename:SLJIT_INLINE struct stack_item * 271 struct stack_item *ret = stack_top(stack); 951 item = stack_top(depth); 1015 item = stack_top(depth); 1274 id = stack_top(depth)->type;
|