Lines Matching defs:plt_index
2174 bfd_vma plt_index;
2178 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2179 relocation = (plt_index * GOT_ENTRY_SIZE +
2188 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) /
2193 relocation = (plt_index + 3) * GOT_ENTRY_SIZE;
3305 bfd_vma plt_index;
3333 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3337 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3341 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3415 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
3433 loc = htab->elf.srelplt->contents + plt_index * sizeof (Elf32_External_Rela);