OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProtectionShared
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h
35
static const uptr
kProtectionShared
= 8;
48
bool IsShared() const { return protection &
kProtectionShared
; }
sanitizer_procmaps_linux.cc
54
if (*data_.current++ == 's') segment->protection |=
kProtectionShared
;
Completed in 31 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025