HomeSort by: relevance | last modified time | path
    Searched refs:addAddressRange (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_common.cc 70 module->addAddressRange(start, end, IsExecutable(), IsWritable());
sanitizer_procmaps_common.cc 70 module->addAddressRange(start, end, IsExecutable(), IsWritable());
sanitizer_procmaps_mac.cc 57 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable,
68 module->addAddressRange(start, end, IsExecutable(), IsWritable(),
sanitizer_procmaps_mac.cc 57 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable,
68 module->addAddressRange(start, end, IsExecutable(), IsWritable(),
sanitizer_common.cc 161 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable,
sanitizer_common.cc 161 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable,
sanitizer_linux_libcdep.cc 568 cur_module.addAddressRange(cur_beg, cur_end, executable,
sanitizer_linux_libcdep.cc 568 cur_module.addAddressRange(cur_beg, cur_end, executable,
sanitizer_common.h 709 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
sanitizer_win.cc 629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,
sanitizer_common.h 709 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
sanitizer_win.cc 629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,

Completed in 33 milliseconds