Home | History | Annotate | Download | only in config

Lines Matching full:fixp

880 md_pcrel_from_section (fixS * fixP, segT sec)
882 if (fixP->fx_addsy != (symbolS *) NULL
883 && (! S_IS_DEFINED (fixP->fx_addsy)
884 || S_GET_SEGMENT (fixP->fx_addsy) != sec))
889 return (fixP->fx_frag->fr_address + fixP->fx_where);
892 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
894 *FIXP may be modified if desired. */
899 fixS * fixP ATTRIBUTE_UNUSED)
1003 fixP->fx_where += or->offset;
1004 fixP->fx_size -= or->offset;
1006 if (fixP->fx_cgen.opinfo
1007 && fixP->fx_cgen.opinfo != BFD_RELOC_NONE)
1008 return fixP->fx_cgen.opinfo;
1089 m32c_force_relocation (fixS * fixp)
1091 int reloc = fixp->fx_r_type;
1127 switch (fixp->fx_r_type)
1144 return generic_force_reloc (fixp);
1170 m32c_fix_adjustable (fixS * fixP)
1173 if (fixP->fx_addsy == NULL)
1177 reloc = fixP->fx_r_type;
1197 if (fixP->fx_r_type == BFD_RELOC_16)
1245 if (S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE)