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

Completed in 534 milliseconds