Searched refs:ShadowNames (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_descriptions.h | 90 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
|
H A D | asan_descriptions.cc | 323 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_descriptions.h | 89 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
|
H A D | asan_descriptions.cpp | 322 ShadowNames[kind]); in Print()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_descriptions.h | 88 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
|
H A D | asan_descriptions.cc | 321 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print()
|