Searched refs:addAddressRange (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cc | 57 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad() 68 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
| H A D | sanitizer_procmaps_common.cc | 70 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
| H A D | sanitizer_common.cc | 161 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
|
| H A D | sanitizer_linux_libcdep.cc | 565 cur_module.addAddressRange(cur_beg, cur_end, executable, in dl_iterate_phdr_cb()
|
| H A D | sanitizer_common.h | 719 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|
| H A D | sanitizer_win.cc | 629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|