Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/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.c879 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() argument
888 if (sym && ! noref) in symbol_find_exact_noref()
901 symbol_find_noref (const char *name, int noref) in symbol_find_noref() argument
932 result = symbol_find_exact_noref (name, noref); in symbol_find_noref()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsymbols.h50 symbolS *symbol_find_noref (const char *name, int noref);
52 symbolS *symbol_find_exact_noref (const char *name, int noref);
H A Dsymbols.c949 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() argument
958 if (sym && ! noref) in symbol_find_exact_noref()
971 symbol_find_noref (const char *name, int noref) in symbol_find_noref() argument
1002 result = symbol_find_exact_noref (name, noref); in symbol_find_noref()