Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/
Dsymbols.h43 symbolS *symbol_find_noref (const char *name, int noref);
45 symbolS *symbol_find_exact_noref (const char *name, int noref);
Dsymbols.c689 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() argument
705 if (sym && ! noref) in symbol_find_exact_noref()
718 symbol_find_noref (const char *name, int noref) in symbol_find_noref() argument
747 return symbol_find_exact_noref (name, noref); in symbol_find_noref()