Searched refs:expr_symbol_where (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/binutils/gas/ |
| HD | expr.h | 175 extern int expr_symbol_where (symbolS *, char **, unsigned int *);
|
| HD | symbols.c | 953 if (expr_symbol_where (symp, &file, &line)) in report_op_error() 1348 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
|
| HD | expr.c | 119 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline) in expr_symbol_where() function
|
| HD | 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
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-s390.c | 2091 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
|
| HD | tc-ppc.c | 5707 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | internals.texi | 427 @cindex expr_symbol_where 434 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,
|