Home | History | Annotate | Download | only in config

Lines Matching full:fixp

365 md_apply_fix (fixS *fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED)
367 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
372 switch (fixP->fx_r_type)
376 fixP->fx_done = 0;
381 as_bad_where (fixP->fx_file, fixP->fx_line, _("pcrel too far"));
389 fixP->fx_addnumber = val & 0xffff;
449 as_bad_where (fixP->fx_file, fixP->fx_line, _("offset out of range"));
451 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0)
452 fixP->fx_done = 1;
471 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
478 *rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
479 rel->address = fixp->fx_frag->fr_address + fixp->fx_where;
481 r_type = fixp->fx_r_type;
482 rel->addend = fixp->fx_addnumber;
487 as_bad_where (fixp->fx_file, fixp->fx_line,