Home | History | Annotate | Download | only in config

Lines Matching full:fixp

11472    To indicate that a fixup has been eliminated, set FIXP->FX_DONE.
11474 If fixp->fx_addsy is non-NULL, we'll have to generate a reloc entry
11590 tc_gen_reloc (asection *sec ATTRIBUTE_UNUSED, fixS *fixp)
11596 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
11597 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
11598 reloc->addend = fixp->fx_offset;
11599 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
11603 as_bad_where (fixp->fx_file, fixp->fx_line,
11605 bfd_get_reloc_code_name (fixp->fx_r_type));