Home
last modified time | relevance | path

Searched refs:addAddressRange (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
Dsanitizer_procmaps_linux.cc273 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
Dsanitizer_common.cc221 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) { in addAddressRange() function in __sanitizer::LoadedModule
Dsanitizer_linux_libcdep.cc511 cur_module->addAddressRange(cur_beg, cur_end, executable); in dl_iterate_phdr_cb()
Dsanitizer_common.h485 void addAddressRange(uptr beg, uptr end, bool executable);