Home
last modified time | relevance | path

Searched refs:expr_symbol_where (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dexpr.h182 extern int expr_symbol_where (symbolS *, char **, unsigned int *);
Dsymbols.c1011 if (expr_symbol_where (symp, &file, &line)) in report_op_error()
1385 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
Dexpr.c125 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline) in expr_symbol_where() function
DChangeLog82 * expr.c (expr_symbol_where): Don't use register keyword.
DChangeLog-96974623 (expr_symbol_where): New function.
4625 (expr_symbol_where): Declare.
4626 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i370.c2507 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
Dtc-s390.c2243 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
Dtc-ppc.c6838 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
7065 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
Dtc-mmix.c3558 int e_valid = expr_symbol_where (loc_assert->loc_sym, &fnam, &line); in mmix_md_end()
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi425 @cindex expr_symbol_where
432 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,