Home | History | Annotate | Download | only in config

Lines Matching full:fixp

5056 tc_gen_reloc (asection *section, fixS *fixP)
5059 bfd_reloc_code_real_type code = fixP->fx_r_type;
5060 asymbol *sym = symbol_get_bfdsym (fixP->fx_addsy);
5066 rel->address = fixP->fx_frag->fr_address + fixP->fx_where;
5074 const char *name = S_GET_NAME (fixP->fx_addsy);
5113 To indicate that a fixup has been eliminated, set fixP->fx_done.
5115 If fixp->fx_addsy is non-NULL, we'll have to generate a reloc entry. */
5118 md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
5120 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
5123 switch (fixP->fx_r_type)
5126 as_fatal ("Bad relocation type: 0x%02x", fixP->fx_r_type);
5161 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0)
5162 fixP->fx_done = 1;
5175 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)