Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dsymbols.h45 symbolS *symbol_find_exact_noref (const char *name, int noref);
Dsymbols.c711 return symbol_find_exact_noref (name, 0); in symbol_find_exact()
715 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() function
773 return symbol_find_exact_noref (name, noref); in symbol_find_noref()
DChangeLog-2005537 (symbol_find_exact_noref): ... new function.
551 * symbols.h (symbol_find_noref, symbol_find_exact_noref): Declare.