Lines Matching full:fixp
5093 tc_gen_reloc (asection *section, fixS *fixP)
5096 bfd_reloc_code_real_type code = fixP->fx_r_type;
5097 asymbol *sym = symbol_get_bfdsym (fixP->fx_addsy);
5103 rel->address = fixP->fx_frag->fr_address + fixP->fx_where;
5111 const char *name = S_GET_NAME (fixP->fx_addsy);
5150 To indicate that a fixup has been eliminated, set fixP->fx_done.
5152 If fixp->fx_addsy is non-NULL, we'll have to generate a reloc entry. */
5155 md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
5157 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
5160 switch (fixP->fx_r_type)
5163 as_fatal ("Bad relocation type: 0x%02x", fixP->fx_r_type);
5198 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0)
5199 fixP->fx_done = 1;
5212 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)