Searched refs:expr_symbol_where (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/binutils/gas/
H A Dexpr.h175 extern int expr_symbol_where (symbolS *, char **, unsigned int *);
H A Dsymbols.c957 if (expr_symbol_where (symp, &file, &line))
1352 if (expr_symbol_where (symp, &file, &line))
H A Dexpr.c120 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline)
119 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline) function
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-s390.c2089 /* Use expr_symbol_where to see if this is an expression
2091 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
H A Dtc-ppc.c5724 /* Use expr_symbol_where to see if this is an expression
5726 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))

Completed in 70 milliseconds