Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
Dsanitizer_common.cpp160 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
Dsanitizer_linux_libcdep.cpp593 cur_module.addAddressRange(cur_beg, cur_end, executable, in dl_iterate_phdr_cb()
Dsanitizer_common.h748 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
Dsanitizer_win.cpp669 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc178 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
Dsanitizer_procmaps_common.cc144 cur_module.addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
Dsanitizer_common.cc267 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) { in addAddressRange() function in __sanitizer::LoadedModule
Dsanitizer_linux_libcdep.cc447 cur_module.addAddressRange(cur_beg, cur_end, executable); in dl_iterate_phdr_cb()
Dsanitizer_win.cc515 cur_module.addAddressRange(base_address, end_address, /*executable*/ true); in init()
Dsanitizer_common.h651 void addAddressRange(uptr beg, uptr end, bool executable);