Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h60 uptr odr_indicator; // The address of the ODR indicator symbol. member
H A Dasan_globals.cpp145 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local
258 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in UnregisterGlobal() local
/freebsd/sys/kern/
H A Dsubr_asan.c82 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member