Lines Matching refs:reloc_offset
1545 bfd_vma reloc_offset; /* the offset of the symbol's JMP_SLOT reloc */ member
3211 bfd_vma reloc_offset; in sh_elf_add_dyn_reloc() local
3217 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rela); in sh_elf_add_dyn_reloc()
3218 BFD_ASSERT (reloc_offset < sreloc->size); in sh_elf_add_dyn_reloc()
3220 sreloc->contents + reloc_offset); in sh_elf_add_dyn_reloc()
3223 return reloc_offset; in sh_elf_add_dyn_reloc()
4237 bfd_vma reloc_offset; in sh_elf_relocate_section() local
4255 reloc_offset = rel->r_offset; in sh_elf_relocate_section()
4262 reloc_offset = h->got.offset; in sh_elf_relocate_section()
4266 reloc_offset = local_got_offsets[r_symndx]; in sh_elf_relocate_section()
4268 BFD_ASSERT (reloc_offset != MINUS_ONE); in sh_elf_relocate_section()
4270 if (reloc_offset & 1) in sh_elf_relocate_section()
4272 reloc_offset &= ~1; in sh_elf_relocate_section()
4368 reloc_section, reloc_offset); in sh_elf_relocate_section()
4387 symname, input_bfd, reloc_section, reloc_offset); in sh_elf_relocate_section()
4392 reloc_section, reloc_offset); in sh_elf_relocate_section()
4419 reloc_section->contents + reloc_offset); in sh_elf_relocate_section()
4427 relocation = sh_elf_got_offset (htab) + reloc_offset; in sh_elf_relocate_section()
6079 if (plt_info->symbol_fields.reloc_offset != MINUS_ONE) in sh_elf_finish_dynamic_symbol()
6084 + plt_info->symbol_fields.reloc_offset)); in sh_elf_finish_dynamic_symbol()