Searched refs:noref (Results 1 – 2 of 2) sorted by relevance
40 symbolS *symbol_find_noref (const char *name, int noref);42 symbolS *symbol_find_exact_noref (const char *name, int noref);
694 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() argument710 if (sym && ! noref) in symbol_find_exact_noref()723 symbol_find_noref (const char *name, int noref) in symbol_find_noref() argument752 return symbol_find_exact_noref (name, noref); in symbol_find_noref()