Searched refs:addAddressRange (Results 1 – 6 of 6) 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_common.cc | 147 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 | 448 cur_module->addAddressRange(cur_beg, cur_end, executable); in dl_iterate_phdr_cb()
|
D | sanitizer_win.cc | 372 cur_module->addAddressRange(base_address, end_address, /*executable*/ true); in GetListOfModules()
|
D | sanitizer_common.h | 576 void addAddressRange(uptr beg, uptr end, bool executable);
|