Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_common.cc251 bool is_readable = prot & MemoryMappingLayout::kProtectionRead; in ProcessRootRegion() local
254 is_readable ? "readable" : "unreadable"); in ProcessRootRegion()
255 if (is_readable) in ProcessRootRegion()