| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan.h | 51 uptr stack_top = 0, stack_bottom = 0; local 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::__anon4141
|
| sanitizer_rtems.cc | 76 uptr *stack_top, uptr *stack_bottom) { 86 *stack_top = *stack_bottom + size; 91 uptr stack_top, stack_bottom; local 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 478 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 480 *stk_size = stack_top - stack_bottom;
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_fuchsia.cpp | 60 uptr stack_bottom, stack_top; member in struct:__hwasan::Thread::InitState 82 .stack_top = 99 .stack_top = stack_bottom + stack_size, 108 CHECK_NE(state->stack_top, 0); 110 stack_top_ = state->stack_top;
|
| hwasan_thread.h | 44 uptr stack_top() { return stack_top_; } function in class:__hwasan::Thread 46 uptr stack_size() { return stack_top() - stack_bottom(); }
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_unwind_linux_libcdep.cpp | 36 uptr stack_top; member in struct:__sanitizer::__anon14622::__anon14623
|
| sanitizer_mac.cpp | 418 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, 420 CHECK(stack_top); 438 *stack_top = (uptr)stackaddr; 439 *stack_bottom = *stack_top - stacksize; 586 uptr stack_top, stack_bottom; local 587 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 589 *stk_size = stack_top - stack_bottom;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_fuchsia.cpp | 57 uptr stack_bottom, stack_top; member in struct:__hwasan::Thread::InitState 79 .stack_top = 96 .stack_top = stack_bottom + stack_size, 105 CHECK_NE(state->stack_top, 0); 107 stack_top_ = state->stack_top;
|
| hwasan_thread.h | 44 uptr stack_top() { return stack_top_; } function in class:__hwasan::Thread 46 uptr stack_size() { return stack_top() - stack_bottom(); }
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_unwind_linux_libcdep.cpp | 36 uptr stack_top; member in struct:__sanitizer::__anon17022::__anon17023
|
| sanitizer_mac.cpp | 407 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, 409 CHECK(stack_top); 427 *stack_top = (uptr)stackaddr; 428 *stack_bottom = *stack_top - stacksize; 575 uptr stack_top, stack_bottom; local 576 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom); 578 *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/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-live.h | 256 int *stack_top; member in struct:tree_live_info_d
|
| ipa-cp.cc | 623 int nnodes, stack_top; member in class:ipa_topo_info 628 ipa_topo_info () : order(NULL), stack(NULL), nnodes(0), stack_top(0), 656 gcc_checking_assert (topo->stack_top == 0); 681 topo->stack[topo->stack_top++] = node; 690 if (topo->stack_top) 693 topo->stack_top--; 694 node = topo->stack[topo->stack_top];
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-live.h | 252 int *stack_top; member in struct:tree_live_info_d
|
| /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/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_thread.cpp | 209 uptr AsanThread::stack_top() { return GetStackBounds().top; } function in class:__asan::AsanThread 507 *stack_end = t->stack_top();
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_thread.cpp | 187 uptr AsanThread::stack_top() { function in class:__asan::AsanThread 490 *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 271 struct stack_item *ret = stack_top(stack); 951 item = stack_top(depth); 1015 item = stack_top(depth); 1274 id = stack_top(depth)->type;
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 1380 void* const stack_top = local 1385 reinterpret_cast<uintptr_t>(stack_top) % kMaxStackAlignment == 0); 1387 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-loongarch.c | 1612 static int64_t stack_top; local 1669 stack_top = (S_GET_VALUE (fixP->fx_addsy) + fixP->fx_offset 1672 stack_top = 0; 1691 fix_reloc_insn (fixP, (bfd_vma)stack_top, buf);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-loongarch.c | 1545 static int64_t stack_top; local 1598 stack_top = (S_GET_VALUE (fixP->fx_addsy) + fixP->fx_offset 1601 stack_top = 0; 1620 fix_reloc_insn (fixP, (bfd_vma)stack_top, buf);
|
| /src/external/mpl/dhcp/dist/keama/ |
| keama.h | 114 size_t stack_top; member in struct:parse
|