HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_getsiginfo (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 703 extern int ptrace_getsiginfo;
    [all...]
sanitizer_platform_limits_posix.cc 294 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
296 int ptrace_getsiginfo = PTRACE_GETSIGINFO; member in namespace:__sanitizer
299 int ptrace_getsiginfo = -1; member in namespace:__sanitizer
301 #endif // PTRACE_GETSIGINFO/PTRACE_SETSIGINFO
    [all...]

Completed in 36 milliseconds