Searched refs:addAddressRange (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 178 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
|
D | sanitizer_procmaps_common.cc | 144 cur_module.addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
|
D | sanitizer_common.cc | 267 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) { in addAddressRange() function in __sanitizer::LoadedModule
|
D | sanitizer_linux_libcdep.cc | 447 cur_module.addAddressRange(cur_beg, cur_end, executable); in dl_iterate_phdr_cb()
|
D | sanitizer_win.cc | 515 cur_module.addAddressRange(base_address, end_address, /*executable*/ true); in init()
|
D | sanitizer_common.h | 651 void addAddressRange(uptr beg, uptr end, bool executable);
|