HomeSort by: relevance | last modified time | path
    Searched refs:GetShadowAddressInformation (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 89 if (!GetShadowAddressInformation(addr, &descr)) return false;
94 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
442 if (GetShadowAddressInformation(addr, &data.shadow)) {
474 if (GetShadowAddressInformation(addr, &shadow_descr)) {
asan_descriptions.h 101 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr);

Completed in 12 milliseconds