/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_interface_internal.h | 59 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
|
asan_interface_internal.h | 59 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
|
asan_interface_internal.h | 59 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
|
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); local in function:__asan::CheckODRViolationViaIndicator 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 in function:__asan::UnregisterGlobal [all...] |
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); local in function:__asan::CheckODRViolationViaIndicator 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 in function:__asan::UnregisterGlobal [all...] |
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); local in function:__asan::CheckODRViolationViaIndicator 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 in function:__asan::UnregisterGlobal [all...] |
/src/sys/kern/ |
subr_asan.c | 92 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member in struct:__asan_global
|
subr_asan.c | 92 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member in struct:__asan_global
|
subr_asan.c | 92 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member in struct:__asan_global
|