Home
last modified time | relevance | path

Searched refs:GetGlobalAddressInformation (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.cc301 bool GetGlobalAddressInformation(uptr addr, uptr access_size, in GetGlobalAddressInformation() function
314 if (!GetGlobalAddressInformation(addr, access_size, &descr)) return false; in DescribeAddressIfGlobal()
461 if (GetGlobalAddressInformation(addr, access_size, &data.global)) { in AddressDescription()
478 if (GetGlobalAddressInformation(addr, access_size, &global_descr)) { in PrintAddressDescription()
H A Dasan_report.cc390 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
391 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) || in IsInvalidPointerPair()
396 GetGlobalAddressInformation(right - 1, 0, &gdesc2)) in IsInvalidPointerPair()
H A Dasan_descriptions.h164 bool GetGlobalAddressInformation(uptr addr, uptr access_size,
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.cc303 bool GetGlobalAddressInformation(uptr addr, uptr access_size, in GetGlobalAddressInformation() function
316 if (!GetGlobalAddressInformation(addr, access_size, &descr)) return false; in DescribeAddressIfGlobal()
463 if (GetGlobalAddressInformation(addr, access_size, &data.global)) { in AddressDescription()
480 if (GetGlobalAddressInformation(addr, access_size, &global_descr)) { in PrintAddressDescription()
H A Dasan_report.cc392 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
393 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) || in IsInvalidPointerPair()
398 GetGlobalAddressInformation(right - 1, 0, &gdesc2)) in IsInvalidPointerPair()
H A Dasan_descriptions.h166 bool GetGlobalAddressInformation(uptr addr, uptr access_size,
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.cc301 bool GetGlobalAddressInformation(uptr addr, uptr access_size, in GetGlobalAddressInformation() function
314 if (!GetGlobalAddressInformation(addr, access_size, &descr)) return false; in DescribeAddressIfGlobal()
461 if (GetGlobalAddressInformation(addr, access_size, &data.global)) { in AddressDescription()
478 if (GetGlobalAddressInformation(addr, access_size, &global_descr)) { in PrintAddressDescription()
H A Dasan_report.cc390 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
391 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) || in IsInvalidPointerPair()
396 GetGlobalAddressInformation(right - 1, 0, &gdesc2)) in IsInvalidPointerPair()
H A Dasan_descriptions.h164 bool GetGlobalAddressInformation(uptr addr, uptr access_size,