| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | deb.c | 132 * Display stack_base[stack_min+1 .. stack_max], 144 S_deb_stack_n(pTHX_ SV** stack_base, SSize_t stack_min, SSize_t stack_max, in S_deb_stack_n() 163 if (stack_base[0] != &PL_sv_undef || stack_max < 0) in S_deb_stack_n() 178 PerlIO_printf(Perl_debug_log, "%-4s ", SvPEEK(stack_base[i])); in S_deb_stack_n() 187 PERL_UNUSED_ARG(stack_base); 141 S_deb_stack_n(pTHX_ SV ** stack_base,I32 stack_min,I32 stack_max,I32 mark_min,I32 mark_max) S_deb_stack_n() argument
|
| H A D | intrpvar.h | 35 PERLVAR(I, stack_base, SV **)
|
| H A D | proto.h | 6641 S_deb_stack_n(pTHX_ SV **stack_base, SSize_t stack_min, SSize_t stack_max, SSize_t mark_min, SSize_t mark_max, SSize_t nonrc_base); 6643 assert(stack_base)
|
| H A D | embed.fnc | 4118 S |void |deb_stack_n |NN SV **stack_base \
|
| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_fork.c | 280 void *stack, *stack_base; in nested_raw() local 286 stack_base = stack; in nested_raw() 288 stack_base = (char *)stack + stack_size; in nested_raw() 302 child2 = __clone(clone_func, stack_base, flags, NULL); in nested_raw()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 146 void *stack_base; member 180 Munmap(stack->stack_base, stack->size); in thread_cleanup_handler() 189 cur_stack->stack_base = (char *)unsafe_stack_start - unsafe_stack_guard; in thread_cleanup_handler()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
| H A D | lsan_fuchsia.cpp | 94 const char *name, void *stack_base, in __sanitizer_before_thread_create_hook() argument 99 args.stack_begin = reinterpret_cast<uptr>(stack_base); in __sanitizer_before_thread_create_hook()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan_fuchsia.cpp | 216 const char *name, void *stack_base, in __sanitizer_before_thread_create_hook() argument 220 reinterpret_cast<uptr>(stack_base), stack_size); in __sanitizer_before_thread_create_hook()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cpp | 255 const char *name, void *stack_base, in __sanitizer_before_thread_create_hook() argument 259 reinterpret_cast<uptr>(stack_base), stack_size); in __sanitizer_before_thread_create_hook()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/ |
| H A D | cma_stack_int.h | 117 cma_t_address stack_base; /* base address of stack */ member
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 479 void *stack_base, size_t stack_size) { in __sanitizer_startup_hook() argument 482 __sanitizer::MainThreadStackBase = reinterpret_cast<uintptr_t>(stack_base); in __sanitizer_startup_hook()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | TODO | 254 stack_base
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | variables | 129 # define PL_stack_base stack_base
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2.c | 4628 ULONG stack_base; member
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | ppport.h | 12148 # define PL_stack_base stack_base
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 3427 S |void |deb_stack_n |NN SV** stack_base|I32 stack_min \
|