Searched refs:expr_symbol_where (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | expr.h | 182 extern int expr_symbol_where (symbolS *, char **, unsigned int *);
|
D | symbols.c | 1011 if (expr_symbol_where (symp, &file, &line)) in report_op_error() 1385 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
|
D | expr.c | 125 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline) in expr_symbol_where() function
|
D | ChangeLog | 82 * expr.c (expr_symbol_where): Don't use register keyword.
|
D | ChangeLog-9697 | 4623 (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/ |
D | tc-i370.c | 2507 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
|
D | tc-s390.c | 2243 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
|
D | tc-ppc.c | 6838 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()
|
D | tc-mmix.c | 3558 int e_valid = expr_symbol_where (loc_assert->loc_sym, &fnam, &line); in mmix_md_end()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | internals.texi | 425 @cindex expr_symbol_where 432 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,
|