HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_SETSIGINFO (Results 76 - 83 of 83) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 42 #define PTRACE_SETSIGINFO 0x4203
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 42 #define PTRACE_SETSIGINFO 0x4203
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 128 PTRACE_SETSIGINFO = 0x4203,
129 #define PT_SETSIGINFO PTRACE_SETSIGINFO
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 128 PTRACE_SETSIGINFO = 0x4203,
129 #define PT_SETSIGINFO PTRACE_SETSIGINFO
  /external/strace/
process.c 109 case PTRACE_SETSIGINFO: {
  /external/strace/xlat/
ptrace_cmds.h 76 #if defined(PTRACE_SETSIGINFO) || (defined(HAVE_DECL_PTRACE_SETSIGINFO) && HAVE_DECL_PTRACE_SETSIGINFO)
77 XLAT(PTRACE_SETSIGINFO),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 320 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
323 int ptrace_setsiginfo = PTRACE_SETSIGINFO; member in namespace:__sanitizer
326 int ptrace_setsiginfo = -1; member in namespace:__sanitizer
327 #endif // PTRACE_GETSIGINFO/PTRACE_SETSIGINFO
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 124 case PTRACE_SETSIGINFO:
127 verbose_log->Printf("PTRACE_SETSIGINFO %s", buf.GetData());
    [all...]

Completed in 580 milliseconds

1 2 34