OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProtectionWrite
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h
33
static const uptr
kProtectionWrite
= 2;
46
bool IsWritable() const { return protection &
kProtectionWrite
; }
sanitizer_procmaps_solaris.cc
47
segment->protection |=
kProtectionWrite
;
sanitizer_procmaps_linux.cc
50
if (*data_.current++ == 'w') segment->protection |=
kProtectionWrite
;
sanitizer_procmaps_bsd.cc
117
segment->protection |=
kProtectionWrite
;
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025