Searched refs:addAddressRange (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
|
D | sanitizer_procmaps_linux.cc | 273 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
|
D | sanitizer_common.cc | 221 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) { in addAddressRange() function in __sanitizer::LoadedModule
|
D | sanitizer_linux_libcdep.cc | 511 cur_module->addAddressRange(cur_beg, cur_end, executable); in dl_iterate_phdr_cb()
|
D | sanitizer_common.h | 485 void addAddressRange(uptr beg, uptr end, bool executable);
|