Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dexpr.h183 extern int expr_symbol_where (symbolS *, const char **, unsigned int *);
Dsymbols.c1017 if (expr_symbol_where (symp, &file, &line)) in report_op_error()
1394 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
Dexpr.c123 expr_symbol_where (symbolS *sym, const char **pfile, unsigned int *pline) in expr_symbol_where() function
DChangeLog-2014255 * expr.c (expr_symbol_where): Don't use register keyword.
DChangeLog3120 * expr.c (expr_symbol_where): Change type of file argument to
3122 * expr.h (expr_symbol_where): Likewise.
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.27/gas/config/
Dtc-i370.c2507 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
Dtc-s390.c2324 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
Dtc-ppc.c6860 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
7088 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.27/gas/doc/
Dinternals.texi421 @cindex expr_symbol_where
428 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,