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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.h43 symbolS *symbol_find_noref (const char *name, int noref);
45 symbolS *symbol_find_exact_noref (const char *name, int noref);
H A Dsymbols.c693 symbol_find_exact_noref (const char *name, int noref)
709 if (sym && ! noref)
722 symbol_find_noref (const char *name, int noref)
751 return symbol_find_exact_noref (name, noref);
689 symbol_find_exact_noref(const char *name, int noref) argument
718 symbol_find_noref(const char *name, int noref) argument

Completed in 131 milliseconds