Searched refs:THUMB_IS_FUNC (Results 1 – 4 of 4) sorted by relevance
150 #define THUMB_IS_FUNC(s) \ macro167 #define THUMB_IS_FUNC(s) ((s) && ARM_GET_FLAG (s) & THUMB_FLAG_FUNC) macro168 #define ARM_IS_FUNC(s) (!THUMB_IS_FUNC (s) \212 (THUMB_IS_FUNC ((FIX)->fx_addsy) \
11104 && ! THUMB_IS_FUNC (inst.reloc.exp.X_add_symbol)) in do_t_branch23()22251 && THUMB_IS_FUNC (fixP->fx_addsy) in md_pcrel_from_section()22271 && THUMB_IS_FUNC (fixP->fx_addsy) in md_pcrel_from_section()22621 && THUMB_IS_FUNC (l->X_add_symbol)) in arm_optimize_expr()23151 && THUMB_IS_FUNC (fixP->fx_addsy)) in md_apply_fix()23171 && THUMB_IS_FUNC (fixP->fx_addsy)) in md_apply_fix()23335 && THUMB_IS_FUNC (fixP->fx_addsy)) in md_apply_fix()24355 && ! THUMB_IS_FUNC (fixP->fx_addsy)) in arm_validate_fix()24382 if (THUMB_IS_FUNC (fixp->fx_addsy)) in arm_force_relocation()24459 if (THUMB_IS_FUNC (fixP->fx_addsy) in arm_fix_adjustable()[all …]
161 (THUMB_IS_FUNC): Use ELF function type for EABI objects.
1600 * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer.