Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc_offset

1606     bfd_vma reloc_offset; /* the offset of the symbol's JMP_SLOT reloc */
3658 bfd_vma reloc_offset;
3664 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rela);
3665 BFD_ASSERT (reloc_offset < sreloc->size);
3667 sreloc->contents + reloc_offset);
3670 return reloc_offset;
4791 bfd_vma reloc_offset;
4809 reloc_offset = rel->r_offset;
4816 reloc_offset = h->got.offset;
4820 reloc_offset = local_got_offsets[r_symndx];
4822 BFD_ASSERT (reloc_offset != MINUS_ONE);
4824 if (reloc_offset & 1)
4826 reloc_offset &= ~1;
4920 reloc_section, reloc_offset);
4939 symname, input_bfd, reloc_section, reloc_offset);
4950 reloc_section, reloc_offset);
4977 reloc_section->contents + reloc_offset);
4985 relocation = sh_elf_got_offset (htab) + reloc_offset;
6843 if (plt_info->symbol_fields.reloc_offset != MINUS_ONE)
6848 + plt_info->symbol_fields.reloc_offset));