OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProtectionExecute
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h
50
static const uptr
kProtectionExecute
= 4;
sanitizer_procmaps_linux.cc
183
*protection |=
kProtectionExecute
;
210
*protection |=
kProtectionExecute
;
273
cur_module->addAddressRange(cur_beg, cur_end, prot &
kProtectionExecute
);
sanitizer_libignore.cc
65
if ((prot & MemoryMappingLayout::
kProtectionExecute
) == 0)
sanitizer_procmaps_mac.cc
183
cur_module->addAddressRange(cur_beg, cur_end, prot &
kProtectionExecute
);
sanitizer_coverage_libcdep.cc
290
if ((prot & MemoryMappingLayout::
kProtectionExecute
) == 0)
sanitizer_posix.cc
327
if ((prot & MemoryMappingLayout::
kProtectionExecute
) != 0
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
185
&& (prot & MemoryMappingLayout::
kProtectionExecute
)
Completed in 416 milliseconds