Lines Matching refs:plt_index
2314 bfd_vma plt_index = 0; in get_plt_index() local
2321 plt_index = MAX_SHORT_PLT; in get_plt_index()
2327 return plt_index + offset / info->symbol_entry_size; in get_plt_index()
2333 get_plt_offset (const struct elf_sh_plt_info *info, bfd_vma plt_index) in get_plt_offset() argument
2339 if (plt_index > MAX_SHORT_PLT) in get_plt_offset()
2342 plt_index -= MAX_SHORT_PLT; in get_plt_offset()
2348 + (plt_index * info->symbol_entry_size)); in get_plt_offset()
6698 bfd_vma plt_index; in sh_elf_finish_dynamic_symbol() local
6718 plt_index = get_plt_index (htab->plt_info, h->plt.offset); in sh_elf_finish_dynamic_symbol()
6721 if (plt_info->short_plt != NULL && plt_index <= MAX_SHORT_PLT) in sh_elf_finish_dynamic_symbol()
6730 got_offset = plt_index * 8 + 12 - sgotplt->size; in sh_elf_finish_dynamic_symbol()
6734 got_offset = (plt_index + 3) * 4; in sh_elf_finish_dynamic_symbol()
6791 if (plt_index < reachable_plts) in sh_elf_finish_dynamic_symbol()
6795 distance = -(((plt_index - reachable_plts) % plts_per_4k + 1) in sh_elf_finish_dynamic_symbol()
6819 got_offset = plt_index * 8; in sh_elf_finish_dynamic_symbol()
6823 plt_index * sizeof (Elf32_External_Rela), in sh_elf_finish_dynamic_symbol()
6853 loc = srelplt->contents + plt_index * sizeof (Elf32_External_Rela); in sh_elf_finish_dynamic_symbol()
6861 + (plt_index * 2 + 1) * sizeof (Elf32_External_Rela)); in sh_elf_finish_dynamic_symbol()