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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_mapping_myriad.h 78 static inline bool AddrIsInShadowGap(uptr a) {
asan_mapping.h 338 static inline bool AddrIsInShadowGap(uptr a) {
362 (flags()->protect_shadow_gap == 0 && AddrIsInShadowGap(a));
asan_descriptions.cc 74 if (AddrIsInShadowGap(addr)) {

Completed in 12 milliseconds