Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.h130 #define THUMB_IS_FUNC(s) \ macro
137 #define THUMB_IS_FUNC(s) (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC) macro
177 (THUMB_IS_FUNC ((FIX)->fx_addsy) \
Dtc-arm.c9010 && ! THUMB_IS_FUNC (inst.reloc.exp.X_add_symbol)) in do_t_branch23()
17946 && THUMB_IS_FUNC (l->X_add_symbol)) in arm_optimize_expr()
19343 && ! THUMB_IS_FUNC (fixP->fx_addsy)) in arm_validate_fix()
19407 if (THUMB_IS_FUNC (fixP->fx_addsy) in arm_fix_adjustable()
19508 if (THUMB_IS_FUNC (sym)) in arm_adjust_symtab()
19560 if (THUMB_IS_FUNC (sym)) in arm_adjust_symtab()
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-2006161 (THUMB_IS_FUNC): Use ELF function type for EABI objects.