HomeSort by relevance Sort by last modified time
    Searched refs:sa_restorer (Results 176 - 192 of 192) sorted by null

1 2 3 4 5 6 78

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 551 void (*sa_restorer)(); member in struct:__sanitizer::__sanitizer_sigaction
570 void (*sa_restorer)(); member in struct:__sanitizer::__sanitizer_sigaction
595 void (*sa_restorer)(); member in struct:__sanitizer::__sanitizer_sigaction
625 void (*sa_restorer)(void); member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/valgrind/coregrind/
m_signals.c     [all...]
  /external/valgrind/include/vki/
vki-mips32-linux.h 182 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
198 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
    [all...]
vki-mips64-linux.h 192 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
207 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
    [all...]
vki-amd64-linux.h 159 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
vki-arm64-linux.h 167 __vki_sigrestore_t sa_restorer; // I don't think arm64 has this member in struct:vki_sigaction_base
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_amd64.go 121 sa_restorer uintptr
os_linux.go 393 // Although Linux manpage says "sa_restorer element is obsolete and
397 sa.sa_restorer = funcPC(sigreturn)
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_amd64.go 121 sa_restorer uintptr
os_linux.go 393 // Although Linux manpage says "sa_restorer element is obsolete and
397 sa.sa_restorer = funcPC(sigreturn)
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 262 void (*sa_restorer)(void); member in struct:kernel_old_sigaction
306 void (*sa_restorer)(void);
630 #ifndef SA_RESTORER
631 #define SA_RESTORER 0x04000000
    [all...]
  /art/test/115-native-bridge/
nativebridge.cc 215 tmp.sa_restorer = nullptr;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 157 void (*sa_restorer)(); member in struct:sigaction_t
179 void (*sa_restorer)(); member in struct:sigaction_t
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 706 newact.sa_restorer = 0; /* void(*)(), obsolete */
    [all...]
protection_keys.c 354 newact.sa_restorer = 0; /* void(*)(), obsolete */
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1212 milliseconds

1 2 3 4 5 6 78