Searched refs:odr_indicator (Results 1 – 3 of 3) sorted by relevance
59 static ListOfGlobals &GlobalsByIndicator(uptr odr_indicator) in GlobalsByIndicator() argument70 return (*globals_by_indicator)[odr_indicator]; in GlobalsByIndicator()154 (void *)g.odr_indicator); in ReportGlobal()207 if (g->odr_indicator == UINTPTR_MAX) in CheckODRViolationViaIndicator()210 ListOfGlobals &relevant_globals = GlobalsByIndicator(g->odr_indicator); in CheckODRViolationViaIndicator()212 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local213 if (*odr_indicator == REGISTERED) { in CheckODRViolationViaIndicator()223 *odr_indicator = REGISTERED; in CheckODRViolationViaIndicator()265 return g->odr_indicator > 0; in UseODRIndicator()323 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()[all …]
60 uptr odr_indicator; // The address of the ODR indicator symbol. member
82 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member