Searched refs:odr_indicator (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc88 "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...]
H A Dasan_interface_internal.h59 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp87 "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...]
H A Dasan_interface_internal.h58 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc138 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); local
139 if (*odr_indicator == UNREGISTERED) {
140 *odr_indicator = REGISTERED;
143 // If *odr_indicator is DEFINED, some module have already registered
146 if (g->odr_indicator == l->g->odr_indicator &&
161 // In either case, compiler provides a special odr_indicator field to Global
163 // 1) Non-zero value. In this case, odr_indicator is an address of
173 return flags()->use_odr_indicator && g->odr_indicator >
235 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); local
[all...]
H A Dasan_interface_internal.h57 uptr odr_indicator; // The address of the ODR indicator symbol. member in struct:__asan_global
/netbsd-current/sys/kern/
H A Dsubr_asan.c92 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member in struct:__asan_global

Completed in 96 milliseconds