/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cc | 55 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad() 66 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
H A D | sanitizer_procmaps_common.cc | 68 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
H A D | sanitizer_common.cc | 159 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
|
H A D | sanitizer_common.h | 705 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|
H A D | sanitizer_win.cc | 631 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/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 | 568 cur_module.addAddressRange(cur_beg, cur_end, executable, in dl_iterate_phdr_cb()
|
H A D | sanitizer_common.h | 709 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()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cpp | 56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad() 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
H A D | sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
H A D | sanitizer_common.cpp | 159 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable, in addAddressRange() function in __sanitizer::LoadedModule
|
H A D | sanitizer_win.cpp | 681 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
H A D | sanitizer_common.h | 797 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|