Searched refs:expr_symbol_where (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | expr.h | 183 extern int expr_symbol_where (symbolS *, const char **, unsigned int *);
|
D | symbols.c | 1017 if (expr_symbol_where (symp, &file, &line)) in report_op_error() 1394 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
|
D | expr.c | 123 expr_symbol_where (symbolS *sym, const char **pfile, unsigned int *pline) in expr_symbol_where() function
|
D | ChangeLog-2014 | 255 * expr.c (expr_symbol_where): Don't use register keyword.
|
D | ChangeLog | 3120 * expr.c (expr_symbol_where): Change type of file argument to 3122 * expr.h (expr_symbol_where): Likewise.
|
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.27/gas/config/ |
D | tc-i370.c | 2507 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
|
D | tc-s390.c | 2324 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
|
D | tc-ppc.c | 6860 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()
|
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.27/gas/doc/ |
D | internals.texi | 421 @cindex expr_symbol_where 428 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,
|