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()
439 arelent *reloc_entry, in mips_refhi_reloc() argument
454 && reloc_entry->addend == 0) in mips_refhi_reloc()
456 reloc_entry->address += input_section->output_offset; in mips_refhi_reloc()
472 relocation += reloc_entry->addend; in mips_refhi_reloc()
474 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in mips_refhi_reloc()
481 n->addr = (bfd_byte *) data + reloc_entry->address; in mips_refhi_reloc()
487 reloc_entry->address += input_section->output_offset; in mips_refhi_reloc()
498 arelent *reloc_entry, in mips_reflo_reloc() argument
516 bfd_size_type octets = (reloc_entry->address in mips_reflo_reloc()
520 if (!bfd_reloc_offset_in_range (reloc_entry->howto, abfd, in mips_reflo_reloc()
556 return mips_generic_reloc (abfd, reloc_entry, symbol, data, in mips_reflo_reloc()
565 arelent *reloc_entry, in mips_gprel_reloc() argument
584 && reloc_entry->addend == 0) in mips_gprel_reloc()
586 reloc_entry->address += input_section->output_offset; in mips_gprel_reloc()
663 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in mips_gprel_reloc()
666 insn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in mips_gprel_reloc()
669 val = ((insn & 0xffff) + reloc_entry->addend) & 0xffff; in mips_gprel_reloc()
681 bfd_put_32 (abfd, (bfd_vma) insn, (bfd_byte *) data + reloc_entry->address); in mips_gprel_reloc()
684 reloc_entry->address += input_section->output_offset; in mips_gprel_reloc()