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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 50 static const uptr kProtectionRead = 1;
sanitizer_procmaps_freebsd.cc 69 *protection |= kProtectionRead;
sanitizer_procmaps_linux.cc 50 *protection |= kProtectionRead;
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 184 && (prot & MemoryMappingLayout::kProtectionRead)
  /external/compiler-rt/lib/lsan/
lsan_common.cc 285 bool is_readable = prot & MemoryMappingLayout::kProtectionRead;

Completed in 53 milliseconds