Searched refs:expr_symbol_where (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | expr.h | 166 extern int expr_symbol_where (symbolS *, char **, unsigned int *);
|
H A D | symbols.c | 834 if (expr_symbol_where (symp, &file, &line)) in report_op_error() 1153 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
|
H A D | expr.c | 120 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline) in expr_symbol_where() function
|
H A 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
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | expr.h | 175 extern int expr_symbol_where (symbolS *, char **, unsigned int *);
|
H A D | symbols.c | 895 if (expr_symbol_where (symp, &file, &line)) in report_op_error() 1241 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
|
H A D | expr.c | 120 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline) in expr_symbol_where() function
|
H A 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
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-aout.c | 254 if (expr_symbol_where (sym, &file, &line))
|
H A D | tc-i370.c | 2803 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
|
H A D | tc-s390.c | 2063 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
|
H A D | obj-coff.c | 2020 if (expr_symbol_where (symbol_ptr, &file, &line))
|
H A D | tc-ppc.c | 5664 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i370.c | 2552 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline)) in md_apply_fix()
|
H A D | tc-s390.c | 2090 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
|
H A D | tc-ppc.c | 5685 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | internals.texi | 449 @cindex expr_symbol_where 456 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | internals.texi | 427 @cindex expr_symbol_where 434 @code{expr_symbol_where} returns non-zero if a symbol is an expression symbol,
|