Home | History | Annotate | Download | only in bfd

Lines Matching defs:reloc_offset

1549     bfd_vma reloc_offset; /* the offset of the symbol's JMP_SLOT reloc */
3218 bfd_vma reloc_offset;
3224 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rela);
3225 BFD_ASSERT (reloc_offset < sreloc->size);
3227 sreloc->contents + reloc_offset);
3230 return reloc_offset;
4245 bfd_vma reloc_offset;
4263 reloc_offset = rel->r_offset;
4270 reloc_offset = h->got.offset;
4274 reloc_offset = local_got_offsets[r_symndx];
4276 BFD_ASSERT (reloc_offset != MINUS_ONE);
4278 if (reloc_offset & 1)
4280 reloc_offset &= ~1;
4376 reloc_section, reloc_offset);
4395 symname, input_bfd, reloc_section, reloc_offset);
4400 reloc_section, reloc_offset);
4427 reloc_section->contents + reloc_offset);
4435 relocation = sh_elf_got_offset (htab) + reloc_offset;
6087 if (plt_info->symbol_fields.reloc_offset != MINUS_ONE)
6092 + plt_info->symbol_fields.reloc_offset));