OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsWritable
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h
46
bool
IsWritable
() const { return protection & kProtectionWrite; }
sanitizer_procmaps_mac.cc
51
bool
isWritable
) {
57
module->addAddressRange(sec_start, sec_end, /*executable=*/false,
isWritable
,
68
module->addAddressRange(start, end, IsExecutable(),
IsWritable
(),
75
NextSectionLoad<struct section>(module, data_,
IsWritable
());
78
NextSectionLoad<struct section_64>(module, data_,
IsWritable
());
sanitizer_procmaps_common.cc
70
module->addAddressRange(start, end, IsExecutable(),
IsWritable
());
sanitizer_linux.cc
1017
if ((segment.end >= 3 * gbyte) && segment.
IsWritable
()) return 0;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc
190
!segment.
IsWritable
() && IsAppMem(segment.start)) {
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025