Searched defs:kFreeBSD_ShadowOffset32 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mapping.h166 static const u64 kFreeBSD_ShadowOffset32 = 1ULL << 30; // 0x40000000 variable
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mapping.h172 static const u64 kFreeBSD_ShadowOffset32 = 1ULL << 30; // 0x40000000 variable
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mapping.h171 static const u64 kFreeBSD_ShadowOffset32 = 1ULL << 30; // 0x40000000 variable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp109 static const uint64_t kFreeBSD_ShadowOffset32 = 1ULL << 30; variable

Completed in 125 milliseconds