Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp59 static ListOfGlobals &GlobalsByIndicator(uptr odr_indicator) in GlobalsByIndicator() argument
70 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() local
213 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 …]
H A Dasan_interface_internal.h60 uptr odr_indicator; // The address of the ODR indicator symbol. member
/freebsd/sys/kern/
H A Dsubr_asan.c82 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member