Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c3170 symbolS *symbolP2; in s_weakref() local
3231 if ((symbolP2 = symbol_find_noref (name, 1)) == NULL in s_weakref()
3232 && (symbolP2 = md_undefined_symbol (name)) == NULL) in s_weakref()
3234 symbolP2 = symbol_find_or_make (name); in s_weakref()
3235 S_SET_WEAKREFD (symbolP2); in s_weakref()
3239 symbolS *symp = symbolP2; in s_weakref()
3254 " => ", S_GET_NAME (symbolP2), NULL); in s_weakref()
3256 symp = symbolP2; in s_weakref()
3285 exp.X_add_symbol = symbolP2; in s_weakref()