Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dsymbols.h40 symbolS *symbol_find_noref (const char *name, int noref);
42 symbolS *symbol_find_exact_noref (const char *name, int noref);
Dsymbols.c694 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() argument
710 if (sym && ! noref) in symbol_find_exact_noref()
723 symbol_find_noref (const char *name, int noref) in symbol_find_noref() argument
752 return symbol_find_exact_noref (name, noref); in symbol_find_noref()