Home
last modified time | relevance | path

Searched refs:ARM_IS_FUNC (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.h157 #define ARM_IS_FUNC(s) \ macro
168 #define ARM_IS_FUNC(s) (!THUMB_IS_FUNC (s) \ macro
Dtc-arm.c21436 && ARM_IS_FUNC (fragp->fr_symbol)) in relax_branch()
22240 && ARM_IS_FUNC (fixP->fx_addsy) in md_pcrel_from_section()
22262 && ARM_IS_FUNC (fixP->fx_addsy) in md_pcrel_from_section()
23194 && ARM_IS_FUNC (fixP->fx_addsy)) in md_apply_fix()
23297 && ARM_IS_FUNC (fixP->fx_addsy) in md_apply_fix()
23357 && ARM_IS_FUNC (fixP->fx_addsy) in md_apply_fix()
24390 if (ARM_IS_FUNC (fixp->fx_addsy)) in arm_force_relocation()
26695 if (ARM_IS_FUNC (fixP->fx_addsy)) in arm_apply_sym_value()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20091601 (ARM_IS_FUNC): Likewise.
2008 (ARM_IS_FUNC): New macro.