Home
last modified time | relevance | path

Searched defs:__sanitizer_kernel_sigaction_t (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h662 struct __sanitizer_kernel_sigaction_t { struct
672 struct __sanitizer_kernel_sigaction_t { argument
673 union {
677 unsigned long sa_flags;
678 void (*sa_restorer)(void);
679 __sanitizer_kernel_sigset_t sa_mask;
Dsanitizer_platform_limits_solaris.h276 struct __sanitizer_kernel_sigaction_t { struct
277 union {
281 unsigned long sa_flags;
282 void (*sa_restorer)(void);
283 __sanitizer_kernel_sigset_t sa_mask;
Dsanitizer_platform_limits_netbsd.h318 struct __sanitizer_kernel_sigaction_t { struct
319 union {
323 unsigned long sa_flags;
324 void (*sa_restorer)(void);
325 __sanitizer_kernel_sigset_t sa_mask;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h619 struct __sanitizer_kernel_sigaction_t { struct
620 union {
624 unsigned long sa_flags;
625 void (*sa_restorer)(void);
626 __sanitizer_kernel_sigset_t sa_mask;