Home
last modified time | relevance | path

Searched refs:plt_info (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh.c2495 const struct elf_sh_plt_info *plt_info; member
2985 const struct elf_sh_plt_info *plt_info; in allocate_dynrelocs() local
2990 s->size += htab->plt_info->plt0_entry_size; in allocate_dynrelocs()
3008 plt_info = htab->plt_info; in allocate_dynrelocs()
3009 if (plt_info->short_plt != NULL in allocate_dynrelocs()
3010 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)) in allocate_dynrelocs()
3011 plt_info = plt_info->short_plt; in allocate_dynrelocs()
3012 s->size += plt_info->symbol_entry_size; in allocate_dynrelocs()
3032 if (h->plt.offset == htab->plt_info->plt0_entry_size) in allocate_dynrelocs()
3320 sh_elf_hash_table (info)->plt_info = get_plt_info (output_bfd, in sh_elf_always_size_sections()
[all …]
Delf32-m68k.c889 const struct elf_m68k_plt_info *plt_info; member
3081 elf_m68k_hash_table (info)->plt_info = elf_m68k_get_plt_info (output_bfd); in elf_m68k_always_size_sections()
3149 s->size = htab->plt_info->size; in elf_m68k_adjust_dynamic_symbol()
3166 s->size += htab->plt_info->size; in elf_m68k_adjust_dynamic_symbol()
4235 const struct elf_m68k_plt_info *plt_info; in elf_m68k_finish_dynamic_symbol() local
4249 plt_info = elf_m68k_hash_table (info)->plt_info; in elf_m68k_finish_dynamic_symbol()
4259 plt_index = (h->plt.offset / plt_info->size) - 1; in elf_m68k_finish_dynamic_symbol()
4267 plt_info->symbol_entry, in elf_m68k_finish_dynamic_symbol()
4268 plt_info->size); in elf_m68k_finish_dynamic_symbol()
4270 elf_m68k_install_pc32 (splt, h->plt.offset + plt_info->symbol_relocs.got, in elf_m68k_finish_dynamic_symbol()
[all …]
DChangeLog-20061291 (elf_sh_link_hash_table): Add srelplt2, plt_info and vxworks_p fields.
1295 (allocate_dynrelocs): Use htab->plt_info to get the size of PLT
1305 and htab->plt_info. Fill in the bra .plt offset for VxWorks
1309 htab->plt_info. Handle cases where there is no special PLT header.
1691 (elf_m68k_link_hash_table): Add a plt_info field.
1695 (elf_m68k_adjust_dynamic_symbol): Use the plt_info hash table field.
1697 (elf_m68k_finish_dynamic_symbol): Factor code using plt_info and
DChangeLog-02037229 (struct elf32_arm_link_hash_entry, plt_info): New member of this