Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interface_internal.h59 uptr odr_indicator; // The address of the ODR indicator symbol. member
H A Dasan_globals.cc141 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local
255 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in UnregisterGlobal() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interface_internal.h57 uptr odr_indicator; // The address of the ODR indicator symbol. member
H A Dasan_globals.cc138 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local
235 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in UnregisterGlobal() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interface_internal.h58 uptr odr_indicator; // The address of the ODR indicator symbol. member
H A Dasan_globals.cpp141 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local
235 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in UnregisterGlobal() local
/netbsd-src/sys/kern/
H A Dsubr_asan.c92 uintptr_t odr_indicator; /* the address of the ODR indicator symbol */ member