Lines Matching refs:reloc_entry
654 arelent *reloc_entry, in bfd_perform_relocation() argument
664 reloc_howto_type *howto = reloc_entry->howto; in bfd_perform_relocation()
668 symbol = *(reloc_entry->sym_ptr_ptr); in bfd_perform_relocation()
689 cont = howto->special_function (abfd, reloc_entry, symbol, data, in bfd_perform_relocation()
699 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
708 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
740 relocation += reloc_entry->addend; in bfd_perform_relocation()
779 relocation -= reloc_entry->address; in bfd_perform_relocation()
789 reloc_entry->addend = relocation; in bfd_perform_relocation()
790 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
801 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation()
877 relocation -= reloc_entry->addend; in bfd_perform_relocation()
878 reloc_entry->addend = 0; in bfd_perform_relocation()
882 reloc_entry->addend = relocation; in bfd_perform_relocation()
996 arelent *reloc_entry, in bfd_install_relocation() argument
1006 reloc_howto_type *howto = reloc_entry->howto; in bfd_install_relocation()
1011 symbol = *(reloc_entry->sym_ptr_ptr); in bfd_install_relocation()
1026 cont = howto->special_function (abfd, reloc_entry, symbol, in bfd_install_relocation()
1037 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1045 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1076 relocation += reloc_entry->addend; in bfd_install_relocation()
1115 relocation -= reloc_entry->address; in bfd_install_relocation()
1123 reloc_entry->addend = relocation; in bfd_install_relocation()
1124 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1134 reloc_entry->address += input_section->output_offset; in bfd_install_relocation()
1210 relocation -= reloc_entry->addend; in bfd_install_relocation()
1213 reloc_entry->addend = 0; in bfd_install_relocation()
1217 reloc_entry->addend = relocation; in bfd_install_relocation()