Lines Matching refs:reloc_entry
399 arelent *reloc_entry, in mips_generic_reloc() argument
408 && reloc_entry->addend == 0) in mips_generic_reloc()
410 reloc_entry->address += input_section->output_offset; in mips_generic_reloc()
428 arelent *reloc_entry, in mips_refhi_reloc() argument
443 && reloc_entry->addend == 0) in mips_refhi_reloc()
445 reloc_entry->address += input_section->output_offset; in mips_refhi_reloc()
461 relocation += reloc_entry->addend; in mips_refhi_reloc()
463 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in mips_refhi_reloc()
470 n->addr = (bfd_byte *) data + reloc_entry->address; in mips_refhi_reloc()
476 reloc_entry->address += input_section->output_offset; in mips_refhi_reloc()
487 arelent *reloc_entry, in mips_reflo_reloc() argument
505 bfd_size_type octets = (reloc_entry->address in mips_reflo_reloc()
509 if (!bfd_reloc_offset_in_range (reloc_entry->howto, abfd, in mips_reflo_reloc()
545 return mips_generic_reloc (abfd, reloc_entry, symbol, data, in mips_reflo_reloc()
554 arelent *reloc_entry, in mips_gprel_reloc() argument
573 && reloc_entry->addend == 0) in mips_gprel_reloc()
575 reloc_entry->address += input_section->output_offset; in mips_gprel_reloc()
652 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in mips_gprel_reloc()
655 insn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in mips_gprel_reloc()
658 val = ((insn & 0xffff) + reloc_entry->addend) & 0xffff; in mips_gprel_reloc()
670 bfd_put_32 (abfd, (bfd_vma) insn, (bfd_byte *) data + reloc_entry->address); in mips_gprel_reloc()
673 reloc_entry->address += input_section->output_offset; in mips_gprel_reloc()