| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_globals.cc | 88 "odr_indicator=%p\n", 90 g.module_name, g.has_dynamic_init, (void *)g.odr_indicator); 139 if (g->odr_indicator == UINTPTR_MAX) 141 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); 142 if (*odr_indicator == UNREGISTERED) { 143 *odr_indicator = REGISTERED; 146 // If *odr_indicator is DEFINED, some module have already registered 149 if (g->odr_indicator == l->g->odr_indicator & 255 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); local [all...] |
| asan_interface_internal.h | 59 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_globals.cpp | 88 "odr_indicator=%p\n", 91 (void *)g.odr_indicator); 143 if (g->odr_indicator == UINTPTR_MAX) 145 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); 146 if (*odr_indicator == UNREGISTERED) { 147 *odr_indicator = REGISTERED; 150 // If *odr_indicator is DEFINED, some module have already registered 153 if (g->odr_indicator == l->g->odr_indicator & 239 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); local [all...] |
| asan_interface_internal.h | 60 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_globals.cpp | 87 "odr_indicator=%p\n", 89 g.module_name, g.has_dynamic_init, (void *)g.odr_indicator); 139 if (g->odr_indicator == UINTPTR_MAX) 141 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); 142 if (*odr_indicator == UNREGISTERED) { 143 *odr_indicator = REGISTERED; 146 // If *odr_indicator is DEFINED, some module have already registered 149 if (g->odr_indicator == l->g->odr_indicator & 235 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); local [all...] |
| asan_interface_internal.h | 58 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
|
| /src/sys/kern/ |
| subr_asan.c | 92 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member in struct:__asan_global
|