Searched defs:stack_base (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 164 aout_fixup(uintptr_t *stack_base, struct image_params *imgp) in aout_fixup()
|
H A D | kern_exec.c | 397 uintptr_t stack_base; in do_execve() local 1662 exec_copyout_strings(struct image_params *imgp, uintptr_t *stack_base) in exec_copyout_strings()
|
/freebsd/sys/sys/ |
H A D | thr.h | 50 char *stack_base; /* stack base address. */ member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_fuchsia.cpp | 95 __sanitizer_before_thread_create_hook(thrd_t thread,bool detached,const char * name,void * stack_base,size_t stack_size) __sanitizer_before_thread_create_hook() argument
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 216 const char *name, void *stack_base, in __sanitizer_before_thread_create_hook()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack.cpp | 171 void *stack_base; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 255 const char *name, void *stack_base, in __sanitizer_before_thread_create_hook()
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 121 linux_fixup(uintptr_t *stack_base, struct image_params *imgp) in linux_fixup()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 617 linux_copyout_strings(struct image_params *imgp, uintptr_t *stack_base) in linux_copyout_strings()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 542 void *stack_base, size_t stack_size) { in __sanitizer_startup_hook()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 312 uint32_t stack_base; global() member
|
H A D | freebsd32_misc.c | 3595 freebsd32_copyout_strings(struct image_params * imgp,uintptr_t * stack_base) freebsd32_copyout_strings() argument
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_runtime.cpp | 140 char *stack_base; in __kmp_get_global_thread_id() local
|