Home | History | Annotate | Download | only in config

Lines Matching defs:fp

8914           fragS *fP; /* The out-of-range jump.  */
9007 fP = fixP->fx_frag;
9021 newfixP = fix_new (fP, fixP->fx_where, fixP->fx_size, lsym, fragP->fr_fix - 3, TRUE, fixP->fx_r_type);
9597 fragS *fp = trampP->fragP;
9600 if (fp->fr_fix == 0)
9603 char label[10 + 2 * sizeof(fp)];
9604 sprintf (label, ".L0_TR_%p", fp);
9606 lsym = (symbolS *)local_symbol_make (label, now_seg, 0, fp);
9607 fp->fr_symbol = lsym;
9617 fp->tc_frag_data.is_insn = 1;
9627 xtensa_insnbuf_to_chars (isa, trampoline_buf, (unsigned char *)fp->fr_literal, 3);
9628 fp->fr_fix += 3;
9629 fp->fr_var -= 3;
9631 fp, 0, 3, lsym, 3, TRUE, BFD_RELOC_XTENSA_SLOT0_OP);