Home
last modified time | relevance | path

Searched refs:odr_indicator (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_globals.cc147 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local
148 if (*odr_indicator == UNREGISTERED) { in CheckODRViolationViaIndicator()
149 *odr_indicator = REGISTERED; in CheckODRViolationViaIndicator()
155 if (g->odr_indicator == l->g->odr_indicator && in CheckODRViolationViaIndicator()
199 return flags()->use_odr_indicator && g->odr_indicator > 0; in UseODRIndicator()
262 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in UnregisterGlobal() local
263 *odr_indicator = UNREGISTERED; in UnregisterGlobal()
Dasan_interface_internal.h57 uptr odr_indicator; // The address of the ODR indicator symbol. member