Home | History | Annotate | Download | only in config

Lines Matching full:fixp

277 md_pcrel_from_section (fixS * fixP, segT sec)
279 if (fixP->fx_addsy != (symbolS *) NULL
280 && (! S_IS_DEFINED (fixP->fx_addsy)
281 || S_GET_SEGMENT (fixP->fx_addsy) != sec))
286 return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1;
289 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
291 *FIXP may be modified if desired. */
296 fixS *fixP)
300 case FR30_OPERAND_LABEL9: fixP->fx_pcrel = 1; return BFD_RELOC_FR30_9_PCREL;
301 case FR30_OPERAND_LABEL12: fixP->fx_pcrel = 1; return BFD_RELOC_FR30_12_PCREL;
418 fr30_fix_adjustable (fixS * fixP)
421 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
422 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)