Lines Matching refs:fixp
1229 md_pcrel_from_section (fixS *fixp, segT sec) in md_pcrel_from_section() argument
1231 if (fixp->fx_addsy != (symbolS *) NULL in md_pcrel_from_section()
1232 && (!S_IS_DEFINED (fixp->fx_addsy) in md_pcrel_from_section()
1233 || (S_GET_SEGMENT (fixp->fx_addsy) != sec))) in md_pcrel_from_section()
1236 return fixp->fx_frag->fr_address + fixp->fx_where; in md_pcrel_from_section()
1601 fixS *fixp) in tc_gen_reloc() argument
1605 if (fixp->fx_subsy != NULL) in tc_gen_reloc()
1607 as_bad_where (fixp->fx_file, fixp->fx_line, _("expression too complex")); in tc_gen_reloc()
1614 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
1616 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
1617 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type); in tc_gen_reloc()
1620 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
1622 (int) fixp->fx_r_type); in tc_gen_reloc()
1626 if (fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT in tc_gen_reloc()
1627 || fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY) in tc_gen_reloc()
1628 reloc->address = fixp->fx_offset; in tc_gen_reloc()
1630 reloc->addend = fixp->fx_offset; in tc_gen_reloc()