Lines Matching full:fixp
1186 md_pcrel_from (fixS *fixP)
1188 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
1427 fixS *fixp)
1433 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
1434 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
1435 reloc->addend = fixp->fx_offset;
1436 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
1440 as_bad_where (fixp->fx_file, fixp->fx_line,
1442 bfd_get_reloc_code_name (fixp->fx_r_type));