Home
last modified time | relevance | path

Searched refs:addAddressRange (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc55 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
66 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cc68 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_common.cc159 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
H A Dsanitizer_common.h705 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
H A Dsanitizer_win.cc631 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc57 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
68 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cc70 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_common.cc161 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
H A Dsanitizer_linux_libcdep.cc568 cur_module.addAddressRange(cur_beg, cur_end, executable, in dl_iterate_phdr_cb()
H A Dsanitizer_common.h709 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
H A Dsanitizer_win.cc629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
H A Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_common.cpp159 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
H A Dsanitizer_win.cpp681 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
H A Dsanitizer_common.h797 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,