Home
last modified time | relevance | path

Searched refs:stack_t (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/regress/sys/kern/stackjmp/
Dstackjmp.c20 stack_t os; in isaltstack()
37 stack_t stack; in main()
/openbsd/src/regress/lib/libc/explicit_bzero/
Dexplicit_bzero.c64 const stack_t sigstk = { in setup_stack()
81 stack_t cursigstk; in assert_on_stack()
/openbsd/src/include/
Dpthread_np.h52 int pthread_stackseg_np(pthread_t, stack_t *);
/openbsd/src/regress/usr.bin/lastcomm/
Dcallstack.c32 stack_t ss; in main()
Dtrapstack.c36 stack_t ss; in main()
/openbsd/src/regress/lib/libc/sys/
Dt_sigaltstack.c38 static stack_t sigstk;
/openbsd/src/gnu/gcc/gcc/config/mips/
Dlinux-unwind.h42 stack_t uc_stack;
/openbsd/src/sys/sys/
Dsignal.h180 } stack_t; typedef
/openbsd/src/lib/librthread/
Drthread_np.c80 pthread_stackseg_np(pthread_t thread, stack_t *sinfo) in pthread_stackseg_np()
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dhost-darwin.c140 stack_t sigstk; in darwin_rs6000_extra_signals()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h75 stack_t uc_stack;
Dsanitizer_posix_libcdep.cpp170 stack_t altstack, oldstack; in SetAlternateSignalStack()
185 stack_t altstack, oldstack; in UnsetAlternateSignalStack()
Dsanitizer_stoptheworld_netbsd_libcdep.cpp200 stack_t handler_stack; in TracerThread()
Dsanitizer_platform_limits_solaris.cpp75 unsigned struct_stack_t_sz = sizeof(stack_t);
Dsanitizer_stoptheworld_linux_libcdep.cpp300 stack_t handler_stack; in TracerThread()
Dsanitizer_platform_limits_freebsd.cpp115 unsigned struct_stack_t_sz = sizeof(stack_t);
Dsanitizer_linux_libcdep.cpp143 stack_t ss; in GetThreadStackTopAndBottom()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_posix.cpp44 stack_t signal_stack; in PlatformUnpoisonStacks()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Dlinux.h105 stack_t uc_stack;
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-types.h144 typedef int stack_t; typedef
Dsys-protos.h1016 extern int sigaltstack(const stack_t *, stack_t *);
/openbsd/src/gnu/gcc/gcc/
Dsys-types.h144 typedef int stack_t; typedef
Dsys-protos.h1016 extern int sigaltstack(const stack_t *, stack_t *);
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DSignals.inc262 static stack_t OldAltStack;
277 stack_t AltStack = {};
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp1701 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()

12