HomeSort by relevance Sort by last modified time
    Searched refs:addAddressRange (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 178 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
sanitizer_procmaps_common.cc 144 cur_module.addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
sanitizer_common.cc 267 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) {
sanitizer_linux_libcdep.cc 447 cur_module.addAddressRange(cur_beg, cur_end, executable);
sanitizer_win.cc 515 cur_module.addAddressRange(base_address, end_address, /*executable*/ true);
sanitizer_common.h 651 void addAddressRange(uptr beg, uptr end, bool executable);

Completed in 239 milliseconds