| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| 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_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_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,
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable());
|
| sanitizer_procmaps_mac.cpp | 56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(),
|
| sanitizer_common.cpp | 196 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable,
|
| sanitizer_common.h | 834 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|
| sanitizer_linux_libcdep.cpp | 653 cur_module.addAddressRange(cur_beg, cur_end, executable,
|
| sanitizer_win.cpp | 713 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable());
|
| sanitizer_procmaps_mac.cpp | 56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(),
|
| sanitizer_common.cpp | 159 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable,
|
| sanitizer_common.h | 797 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
|
| sanitizer_linux_libcdep.cpp | 617 cur_module.addAddressRange(cur_beg, cur_end, executable,
|
| sanitizer_win.cpp | 681 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,
|