Lines Matching full:fixp
492 md_apply_fix (fixS *fixP ATTRIBUTE_UNUSED,
495 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
499 switch (fixP->fx_r_type)
553 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0)
554 fixP->fx_done = 1;
555 // printf("fx_addsy=%p fixP->fx_pcrel=%d fx_done=%d\n", fixP->fx_addsy, fixP->fx_pcrel, fixP->fx_done);
566 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixP)
571 switch (fixP->fx_r_type)
580 code = fixP->fx_r_type;
583 as_bad_where (fixP->fx_file, fixP->fx_line,
591 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
592 relP->address = fixP->fx_frag->fr_address + fixP->fx_where;
594 relP->addend = fixP->fx_offset;
601 name = S_GET_NAME (fixP->fx_addsy);