Lines Matching refs:fixp
1514 tc_gen_reloc (asection *sec ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
1520 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
1521 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
1525 gas_assert ((int) fixp->fx_r_type > 0); in tc_gen_reloc()
1527 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type); in tc_gen_reloc()
1530 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
1532 bfd_get_reloc_code_name (fixp->fx_r_type)); in tc_gen_reloc()
1536 if (!fixp->fx_pcrel != !reloc->howto->pc_relative) in tc_gen_reloc()
1539 bfd_get_reloc_code_name (fixp->fx_r_type), in tc_gen_reloc()
1540 fixp->fx_pcrel, reloc->howto->pc_relative); in tc_gen_reloc()
1542 gas_assert (!fixp->fx_pcrel == !reloc->howto->pc_relative); in tc_gen_reloc()
1544 reloc->addend = fixp->fx_offset; in tc_gen_reloc()