Home
last modified time | relevance | path

Searched refs:symbol_find_exact_noref (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dsymbols.h42 symbolS *symbol_find_exact_noref (const char *name, int noref);
Dsymbols.c690 return symbol_find_exact_noref (name, 0); in symbol_find_exact()
694 symbol_find_exact_noref (const char *name, int noref) in symbol_find_exact_noref() function
752 return symbol_find_exact_noref (name, noref); in symbol_find_noref()
DChangeLog-2005539 (symbol_find_exact_noref): ... new function.
553 * symbols.h (symbol_find_noref, symbol_find_exact_noref): Declare.