/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cc | 85 uptr stack_bottom, stack_size; member 92 uptr stack_size) { in CreateAsanThread() 145 uptr stack_size) { in BeforeThreadCreateHook() 198 size_t stack_size) { in __sanitizer_before_thread_create_hook()
|
H A D | asan_rtems.cc | 94 uptr stack_bottom, stack_size, tls_bottom, tls_size; member 100 uptr stack_bottom, uptr stack_size, in CreateAsanThread() 141 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook() 226 void *stack_base, size_t stack_size, in __sanitizer_before_thread_create_hook()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_fuchsia.cc | 87 uptr stack_bottom, stack_size; member 94 uptr stack_size) { in CreateAsanThread() 147 uptr stack_size) { in BeforeThreadCreateHook() 207 size_t stack_size) { in __sanitizer_before_thread_create_hook()
|
H A D | asan_rtems.cc | 96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member 102 uptr stack_bottom, uptr stack_size, in CreateAsanThread() 143 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook() 234 void *stack_base, size_t stack_size, in __sanitizer_before_thread_create_hook()
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_ptrace_clone_wait.h | 46 const size_t stack_size = 1024 * 1024; in clone_body() local 344 const size_t stack_size = 1024 * 1024; in CLONE_TEST() local 691 const size_t stack_size = 1024 * 1024; in CLONE_TEST2() local
|
/netbsd-src/lib/libc/arch/ia64/gen/ |
H A D | _lwp.c | 45 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/powerpc64/gen/ |
H A D | _lwp.c | 52 void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/sh3/gen/ |
H A D | _lwp.c | 51 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/alpha/gen/ |
H A D | _lwp.c | 45 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/or1k/gen/ |
H A D | _lwp.c | 52 _lwp_makecontext(ucontext_t * u,void (* start)(void *),void * arg,void * tcb,caddr_t stack_base,size_t stack_size) _lwp_makecontext() argument
|
/netbsd-src/lib/libc/arch/arm/gen/ |
H A D | _lwp.c | 51 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/powerpc/gen/ |
H A D | _lwp.c | 52 _lwp_makecontext(ucontext_t * u,void (* start)(void *),void * arg,void * tcb,caddr_t stack_base,size_t stack_size) _lwp_makecontext() argument
|
/netbsd-src/lib/libc/arch/riscv/gen/ |
H A D | _lwp.c | 52 _lwp_makecontext(ucontext_t * u,void (* start)(void *),void * arg,void * tcb,caddr_t stack_base,size_t stack_size) _lwp_makecontext() argument
|
/netbsd-src/lib/libc/arch/aarch64/gen/ |
H A D | _lwp.c | 45 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/i386/gen/ |
H A D | _lwp.c | 46 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/m68k/gen/ |
H A D | _lwp.c | 46 _lwp_makecontext(ucontext_t * u,void (* start)(void *),void * arg,void * tcb,caddr_t stack_base,size_t stack_size) _lwp_makecontext() argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cpp | 116 uptr stack_bottom, stack_size; member 176 uptr stack_size) { in BeforeThreadCreateHook() 248 size_t stack_size) { in __sanitizer_before_thread_create_hook()
|
/netbsd-src/lib/libpthread/ |
H A D | pthread_makelwp_netbsd.c | 49 void *stack_base, size_t stack_size, in pthread__makelwp()
|
/netbsd-src/lib/libc/arch/sparc64/gen/ |
H A D | _lwp.c | 43 caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/x86_64/gen/ |
H A D | _lwp.c | 46 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/vax/gen/ |
H A D | _lwp.c | 46 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/sparc/gen/ |
H A D | _lwp.c | 42 void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/hppa/gen/ |
H A D | _lwp.c | 46 void *arg, void *private, caddr_t stack_base, size_t stack_size) in _lwp_makecontext()
|
/netbsd-src/lib/libc/arch/mips/gen/ |
H A D | _lwp.c | 51 _lwp_makecontext(ucontext_t * u,void (* start)(void *),void * arg,void * tcb,caddr_t stack_base,size_t stack_size) _lwp_makecontext() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_fake_stack_test.cc | 48 uptr stack_size = 1UL << stack_size_log; in TEST() local 95 const uptr stack_size = 1 << stack_size_log; in TEST() local
|