Lines Matching refs:fixp
1135 i370_elf_validate_fix (fixS *fixp, segT seg) in i370_elf_validate_fix() argument
1137 if (fixp->fx_done || fixp->fx_pcrel) in i370_elf_validate_fix()
1147 if (fixp->fx_r_type <= BFD_RELOC_UNUSED in i370_elf_validate_fix()
1148 && fixp->fx_r_type != BFD_RELOC_16_GOTOFF in i370_elf_validate_fix()
1149 && fixp->fx_r_type != BFD_RELOC_HI16_GOTOFF in i370_elf_validate_fix()
1150 && fixp->fx_r_type != BFD_RELOC_LO16_GOTOFF in i370_elf_validate_fix()
1151 && fixp->fx_r_type != BFD_RELOC_HI16_S_GOTOFF in i370_elf_validate_fix()
1152 && fixp->fx_r_type != BFD_RELOC_32_BASEREL in i370_elf_validate_fix()
1153 && fixp->fx_r_type != BFD_RELOC_LO16_BASEREL in i370_elf_validate_fix()
1154 && fixp->fx_r_type != BFD_RELOC_HI16_BASEREL in i370_elf_validate_fix()
1155 && fixp->fx_r_type != BFD_RELOC_HI16_S_BASEREL in i370_elf_validate_fix()
1165 || fixp->fx_r_type != BFD_RELOC_CTOR) in i370_elf_validate_fix()
1166 as_bad_where (fixp->fx_file, fixp->fx_line, in i370_elf_validate_fix()
2416 md_pcrel_from_section (fixS *fixp, segT sec ATTRIBUTE_UNUSED) in md_pcrel_from_section() argument
2418 return fixp->fx_frag->fr_address + fixp->fx_where; in md_pcrel_from_section()
2602 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp) in tc_gen_reloc() argument
2609 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); in tc_gen_reloc()
2610 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; in tc_gen_reloc()
2611 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type); in tc_gen_reloc()
2614 as_bad_where (fixp->fx_file, fixp->fx_line, in tc_gen_reloc()
2615 "reloc %d not supported by object file format", (int)fixp->fx_r_type); in tc_gen_reloc()
2618 reloc->addend = fixp->fx_addnumber; in tc_gen_reloc()
2622 fixp->fx_addsy->bsym->name, in tc_gen_reloc()
2623 fixp->fx_file, fixp->fx_line, in tc_gen_reloc()