/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_common_mac.cc | 160 uptr end_address = address + size; local in function:__lsan::ProcessPlatformSpecificAllocations 165 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", 183 ScanRootRegion(frontier, (*root_regions)[i], address, end_address, 188 address = end_address;
|
lsan_common_mac.cc | 160 uptr end_address = address + size; local in function:__lsan::ProcessPlatformSpecificAllocations 165 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", 183 ScanRootRegion(frontier, (*root_regions)[i], address, end_address, 188 address = end_address;
|
lsan_common_mac.cc | 160 uptr end_address = address + size; local in function:__lsan::ProcessPlatformSpecificAllocations 165 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", 183 ScanRootRegion(frontier, (*root_regions)[i], address, end_address, 188 address = end_address;
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_platform_mac.cc | 116 vm_address_t end_address = end; local in function:__tsan::RegionMemUsage 119 while (address < end_address) {
|
tsan_platform_mac.cc | 116 vm_address_t end_address = end; local in function:__tsan::RegionMemUsage 119 while (address < end_address) {
|
tsan_platform_mac.cc | 116 vm_address_t end_address = end; local in function:__tsan::RegionMemUsage 119 while (address < end_address) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_win.cc | 415 uptr end_address; member in struct:__sanitizer::__anon1fd216970210::ModuleInfo 439 module_infos[i].end_address = modules[i].ranges().back()->end; 446 if (mi.end_address != 0) { 447 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, 617 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; local in function:__sanitizer::ListOfModules::init 629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,
|
sanitizer_win.cc | 415 uptr end_address; member in struct:__sanitizer::__anon1fd216970210::ModuleInfo 439 module_infos[i].end_address = modules[i].ranges().back()->end; 446 if (mi.end_address != 0) { 447 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, 617 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; local in function:__sanitizer::ListOfModules::init 629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,
|
sanitizer_win.cc | 415 uptr end_address; member in struct:__sanitizer::__anon1fd216970210::ModuleInfo 439 module_infos[i].end_address = modules[i].ranges().back()->end; 446 if (mi.end_address != 0) { 447 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, 617 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; local in function:__sanitizer::ListOfModules::init 629 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,
|