Searched refs:noref (Results 1 – 2 of 2) sorted by relevance
43 symbolS *symbol_find_noref (const char *name, int noref);45 symbolS *symbol_find_exact_noref (const char *name, int noref);
689 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() argument705 if (sym && ! noref) in symbol_find_exact_noref()718 symbol_find_noref (const char *name, int noref) in symbol_find_noref() argument747 return symbol_find_exact_noref (name, noref); in symbol_find_noref()