Searched refs:addAddressRange (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cpp | 56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad() 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
D | sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
D | sanitizer_common.cpp | 160 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
|
D | sanitizer_linux_libcdep.cpp | 593 cur_module.addAddressRange(cur_beg, cur_end, executable, in dl_iterate_phdr_cb()
|
D | sanitizer_common.h | 748 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|
D | sanitizer_win.cpp | 669 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
/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);
|