Lines Matching refs:fixp
1653 fixS *fixp; in frv_frob_file_section() local
1675 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next) in frv_frob_file_section()
1677 symbolS *s = fixp->fx_addsy; in frv_frob_file_section()
1682 const CGEN_INSN *insn = fixp->fx_cgen.insn; in frv_frob_file_section()
1684 if (fixp->fx_done) in frv_frob_file_section()
1690 if (fixp->fx_pcrel) in frv_frob_file_section()
1702 if (fixp->fx_r_type < BFD_RELOC_UNUSED) in frv_frob_file_section()
1705 reloc = fixp->fx_r_type; in frv_frob_file_section()
1709 opindex = (int) fixp->fx_r_type - (int) BFD_RELOC_UNUSED; in frv_frob_file_section()
1711 reloc = md_cgen_lookup_reloc (insn, operand, fixp); in frv_frob_file_section()
1730 && !fixp->fx_subsy in frv_frob_file_section()
1763 fixp->fx_r_type = BFD_RELOC_32; in frv_frob_file_section()
1771 as_warn_where (fixp->fx_file, fixp->fx_line, in frv_frob_file_section()