Home
last modified time | relevance | path

Searched refs:plt_header_size (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Delfxx-sparc.h81 unsigned int plt_header_size; member
Delfxx-sparc.c942 htab->plt_header_size in _bfd_sparc_elf_create_dynamic_sections()
949 htab->plt_header_size in _bfd_sparc_elf_create_dynamic_sections()
960 htab->plt_header_size = PLT64_HEADER_SIZE; in _bfd_sparc_elf_create_dynamic_sections()
966 htab->plt_header_size = PLT32_HEADER_SIZE; in _bfd_sparc_elf_create_dynamic_sections()
1867 s->size = htab->plt_header_size; in allocate_dynrelocs()
3664 rela_index = ((h->plt.offset - htab->plt_header_size) in _bfd_sparc_elf_finish_dynamic_symbol()
4020 memset (splt->contents, 0, htab->plt_header_size); in _bfd_sparc_elf_finish_dynamic_sections()
Delf32-arm.c2221 bfd_size_type plt_header_size; member
2371 htab->plt_header_size = 0; in elf32_arm_create_dynamic_sections()
2377 htab->plt_header_size in elf32_arm_create_dynamic_sections()
2490 ret->plt_header_size = 16; in elf32_arm_link_hash_table_create()
2493 ret->plt_header_size = 20; in elf32_arm_link_hash_table_create()
8190 s->size += htab->plt_header_size; in allocate_dynrelocs()
8241 if (h->plt.offset == htab->plt_header_size) in allocate_dynrelocs()
8812 plt_index = ((h->plt.offset - htab->plt_header_size) in elf32_arm_finish_dynamic_symbol()
9227 if (splt->size > 0 && elf32_arm_hash_table (info)->plt_header_size) in elf32_arm_finish_dynamic_sections()
9295 num_plts = ((htab->splt->size - htab->plt_header_size) in elf32_arm_finish_dynamic_sections()
[all …]
DChangeLog-20062553 plt_header_size and plt_entry_size, with new VxWorks-specific settings.
2555 (allocate_dynrelocs): Use plt_header_size and plt_entry_size.
2568 Use plt_header_size and plt_entry_size.
2570 srelplt2, sgotplt, plt_header_size and plt_entry_size fields.
2771 srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields.
2821 initialize the plt_header_size and plt_entry_size fields.
3050 Choose between the two possible values of plt_header_size
Delfxx-mips.c335 bfd_vma plt_header_size; member
2405 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size; in mips_elf_gotplt_index()
6094 htab->plt_header_size in _bfd_mips_elf_create_dynamic_sections()
6101 htab->plt_header_size in _bfd_mips_elf_create_dynamic_sections()
7078 htab->splt->size += htab->plt_header_size; in _bfd_mips_vxworks_adjust_dynamic_symbol()
8437 plt_index = ((h->plt.offset - htab->plt_header_size) in _bfd_mips_vxworks_finish_dynamic_symbol()
10192 ret->plt_header_size = 0; in _bfd_mips_elf_link_hash_table_create()
DChangeLog-98994137 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
DChangeLog-0203638 * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.