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.cc 377 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
379 int ptrace_getsiginfo = PTRACE_GETSIGINFO; member in namespace:__sanitizer
382 int ptrace_getsiginfo = -1; member in namespace:__sanitizer
384 #endif // PTRACE_GETSIGINFO/PTRACE_SETSIGINFO
    [all...]
sanitizer_platform_limits_posix.h 781 extern int ptrace_getsiginfo;
    [all...]

Completed in 401 milliseconds