reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
  109   if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return;
  115   if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return;
  147   if (UNLIKELY(IsInDlsymAllocPool(ptr))) {