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 183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
sanitizer_procmaps_common.cc 149 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
sanitizer_common.cc 351 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) {
sanitizer_linux_libcdep.cc 447 cur_module->addAddressRange(cur_beg, cur_end, executable);
sanitizer_common.h 615 void addAddressRange(uptr beg, uptr end, bool executable);
sanitizer_win.cc 433 cur_module->addAddressRange(base_address, end_address, /*executable*/ true);

Completed in 171 milliseconds