Searched refs:plt_header_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.h81 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
H A Delfxx-sparc.c943 htab->plt_header_size
950 htab->plt_header_size
961 htab->plt_header_size = PLT64_HEADER_SIZE;
967 htab->plt_header_size = PLT32_HEADER_SIZE;
1870 s->size = htab->plt_header_size;
3669 rela_index = ((h->plt.offset - htab->plt_header_size)
4025 memset (splt->contents, 0, htab->plt_header_size);
H A Delf32-arm.c2214 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
2364 htab->plt_header_size = 0;
2370 htab->plt_header_size
2483 ret->plt_header_size = 16;
2486 ret->plt_header_size = 20;
8218 s->size += htab->plt_header_size;
8269 if (h->plt.offset == htab->plt_header_size)
8840 plt_index = ((h->plt.offset - htab->plt_header_size)
9255 if (splt->size > 0 && elf32_arm_hash_table (info)->plt_header_size)
9323 num_plts = ((htab->splt->size - htab->plt_header_size)
[all...]
H A Delfxx-mips.c335 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
2418 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
6121 htab->plt_header_size
6128 htab->plt_header_size
7108 htab->splt->size += htab->plt_header_size;
8470 plt_index = ((h->plt.offset - htab->plt_header_size)
10232 ret->plt_header_size = 0;

Completed in 142 milliseconds