OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProtectionRead
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h
32
static const uptr
kProtectionRead
= 1;
45
bool IsReadable() const { return protection &
kProtectionRead
; }
sanitizer_procmaps_solaris.cc
45
segment->protection |=
kProtectionRead
;
sanitizer_procmaps_linux.cc
48
if (*data_.current++ == 'r') segment->protection |=
kProtectionRead
;
sanitizer_procmaps_bsd.cc
115
segment->protection |=
kProtectionRead
;
sanitizer_procmaps_mac.cc
155
if (size >= sizeof(mach_header) && info.protection &
kProtectionRead
) {
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc
184
info.protection &
kProtectionRead
);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025