/openbsd-src/regress/sys/kern/stackjmp/ |
H A D | stackjmp.c | 20 stack_t os; in isaltstack() 37 stack_t stack; in main()
|
/openbsd-src/regress/lib/libc/explicit_bzero/ |
H A D | explicit_bzero.c | 64 const stack_t sigstk = { in setup_stack() 81 stack_t cursigstk; in assert_on_stack()
|
/openbsd-src/include/ |
H A D | pthread_np.h | 52 int pthread_stackseg_np(pthread_t, stack_t *);
|
/openbsd-src/regress/usr.bin/lastcomm/ |
H A D | callstack.c | 32 stack_t ss; in main()
|
H A D | trapstack.c | 36 stack_t ss; in main()
|
/openbsd-src/regress/lib/libc/sys/ |
H A D | t_sigaltstack.c | 38 static stack_t sigstk;
|
/openbsd-src/sys/sys/ |
H A D | signal.h | 180 } stack_t; typedef
|
/openbsd-src/gnu/gcc/gcc/config/mips/ |
H A D | linux-unwind.h | 42 stack_t uc_stack;
|
/openbsd-src/lib/librthread/ |
H A D | rthread_np.c | 80 pthread_stackseg_np(pthread_t thread, stack_t *sinfo) in pthread_stackseg_np()
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | host-darwin.c | 140 stack_t sigstk; in darwin_rs6000_extra_signals()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_freebsd.h | 75 stack_t uc_stack;
|
H A D | sanitizer_posix_libcdep.cpp | 170 stack_t altstack, oldstack; in SetAlternateSignalStack() 185 stack_t altstack, oldstack; in UnsetAlternateSignalStack()
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 200 stack_t handler_stack; in TracerThread()
|
H A D | sanitizer_platform_limits_solaris.cpp | 75 unsigned struct_stack_t_sz = sizeof(stack_t);
|
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 300 stack_t handler_stack; in TracerThread()
|
H A D | sanitizer_platform_limits_freebsd.cpp | 115 unsigned struct_stack_t_sz = sizeof(stack_t);
|
H A D | sanitizer_linux_libcdep.cpp | 143 stack_t ss; in GetThreadStackTopAndBottom()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_posix.cpp | 44 stack_t signal_stack; in PlatformUnpoisonStacks()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | linux.h | 105 stack_t uc_stack;
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sys-types.h | 144 typedef int stack_t; typedef
|
H A D | sys-protos.h | 1016 extern int sigaltstack(const stack_t *, stack_t *);
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | sys-types.h | 144 typedef int stack_t; typedef
|
H A D | sys-protos.h | 1016 extern int sigaltstack(const stack_t *, stack_t *);
|
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 262 static stack_t OldAltStack; 277 stack_t AltStack = {};
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1701 int __dfsw_sigaltstack(const stack_t *ss, stack_t *old_ss, dfsan_label ss_label, in __dfsw_sigaltstack() 1711 int __dfso_sigaltstack(const stack_t *ss, stack_t *old_ss, dfsan_label ss_label, in __dfso_sigaltstack()
|