Home
last modified time | relevance | path

Searched refs:S_IS_FUNCTION (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-spu.h51 (!(S_IS_FUNCTION ((FIXP)->fx_addsy) \
64 && S_IS_FUNCTION ((FIXP)->fx_addsy)) \
Dtc-vax.c413 || S_IS_FUNCTION (fragP->fr_symbol)) in md_estimate_size_before_relax()
Dtc-hppa.c6608 if (S_IS_FUNCTION (symbolP)) in pa_type_args()
8507 if (fixp->fx_addsy != 0 && S_IS_FUNCTION (fixp->fx_addsy)) in hppa_fix_adjustable()
Dtc-v850.c3688 if (S_IS_FUNCTION (fixP->fx_addsy)) in v850_fix_adjustable()
/toolchain/binutils/binutils-2.25/gas/
Dsymbols.h91 extern int S_IS_FUNCTION (symbolS *);
Dsymbols.c1992 S_IS_FUNCTION (symbolS *s) in S_IS_FUNCTION() function
DChangeLog-98991357 * symbols.h (S_IS_FUNCTION): Prototype.
1463 (S_IS_FUNCTION, S_IS_EXTERNAL, S_IS_WEAK, S_IS_COMMON): Likewise.
2619 * symbols.c (S_IS_FUNCTION): New.