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

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_poisoning.cpp 607 uptr annotations_end = local
611 beg = Min(beg, annotations_end);
612 mid = Min(mid, annotations_end);
615 if (auto *bad = FindBadAddress(mid, annotations_end, true))
617 return FindBadAddress(annotations_end, end, false);
644 uptr annotations_end = (!AddrIsAlignedByGranularity(storage_end) && local
648 storage_beg = Min(storage_beg, annotations_end);
649 beg = Min(beg, annotations_end);
650 end = Min(end, annotations_end);
656 if (auto *bad = FindBadAddress(end, annotations_end, true)
    [all...]
asan_poisoning.cpp 607 uptr annotations_end = local
611 beg = Min(beg, annotations_end);
612 mid = Min(mid, annotations_end);
615 if (auto *bad = FindBadAddress(mid, annotations_end, true))
617 return FindBadAddress(annotations_end, end, false);
644 uptr annotations_end = (!AddrIsAlignedByGranularity(storage_end) && local
648 storage_beg = Min(storage_beg, annotations_end);
649 beg = Min(beg, annotations_end);
650 end = Min(end, annotations_end);
656 if (auto *bad = FindBadAddress(end, annotations_end, true)
    [all...]

Completed in 31 milliseconds