Lines Matching refs:plt_index
4559 bfd_vma plt_index; in elfNN_aarch64_final_link_relocate() local
4567 plt_index = ((h->plt.offset - globals->plt_header_size) / in elfNN_aarch64_final_link_relocate()
4569 off = (plt_index + 3) * GOT_ENTRY_SIZE; in elfNN_aarch64_final_link_relocate()
4574 plt_index = h->plt.offset / globals->plt_entry_size; in elfNN_aarch64_final_link_relocate()
4575 off = plt_index * GOT_ENTRY_SIZE; in elfNN_aarch64_final_link_relocate()
7580 bfd_vma plt_index; in elfNN_aarch64_create_small_pltn_entry() local
7616 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size; in elfNN_aarch64_create_small_pltn_entry()
7617 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE; in elfNN_aarch64_create_small_pltn_entry()
7621 plt_index = h->plt.offset / htab->plt_entry_size; in elfNN_aarch64_create_small_pltn_entry()
7622 got_offset = plt_index * GOT_ENTRY_SIZE; in elfNN_aarch64_create_small_pltn_entry()
7681 loc = relplt->contents + plt_index * RELOC_SIZE (htab); in elfNN_aarch64_create_small_pltn_entry()