Home | History | Annotate | Download | only in config

Lines Matching full:fixp

226 md_pcrel_from_section (fixS * fixP, segT sec)
228 if (fixP->fx_addsy != (symbolS *) NULL
229 && (! S_IS_DEFINED (fixP->fx_addsy)
230 || (S_GET_SEGMENT (fixP->fx_addsy) != sec)
231 || S_IS_EXTERNAL (fixP->fx_addsy)
232 || S_IS_WEAK (fixP->fx_addsy)))
239 return fixP->fx_frag->fr_address + fixP->fx_where;
243 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
245 *FIXP may be modified if desired. */
250 fixS * fixP)
252 if (fixP->fx_cgen.opinfo)
253 return fixP->fx_cgen.opinfo;
258 fixP->fx_pcrel = 1;
288 or1k_fix_adjustable (fixS * fixP)
291 if (fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
292 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY)