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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delfxx-sparc.h80 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
H A Delfxx-sparc.c1090 ret->plt_header_size = PLT64_HEADER_SIZE;
1109 ret->plt_header_size = PLT32_HEADER_SIZE;
1176 htab->plt_header_size
1183 htab->plt_header_size
2188 s->size = htab->plt_header_size;
4236 rela_index = ((h->plt.offset - htab->plt_header_size)
4677 memset (splt->contents, 0, htab->plt_header_size);
H A Delf32-arm.c2603 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
2810 htab->plt_header_size = 0;
2816 htab->plt_header_size
2935 ret->plt_header_size = 16;
2938 ret->plt_header_size = 20;
11473 s->size += htab->plt_header_size;
11528 if (h->plt.offset == htab->plt_header_size)
12145 plt_index = ((h->plt.offset - htab->plt_header_size)
12571 if (splt->size > 0 && htab->plt_header_size)
12639 num_plts = ((htab->splt->size - htab->plt_header_size)
[all...]
H A Delfxx-mips.c462 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
3044 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
7097 htab->plt_header_size
7104 htab->plt_header_size
7113 htab->plt_header_size = 4 * ARRAY_SIZE (mips_o32_exec_plt0_entry);
8343 htab->splt->size += htab->plt_header_size;
9502 plt_index = ((h->plt.offset - htab->plt_header_size)
9838 plt_index = ((h->plt.offset - htab->plt_header_size)
11633 ret->plt_header_size = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delfxx-sparc.h80 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
H A Delf32-arm.c2793 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
3192 htab->plt_header_size = 0;
3198 htab->plt_header_size
3323 ret->plt_header_size = 16;
3326 ret->plt_header_size = 20;
7287 splt->size += htab->plt_header_size;
7327 bfd_vma plt_header_size; local
7342 plt_header_size = 0;
7351 plt_header_size = htab->plt_header_size;
14224 bfd_vma addr, plt_header_size; local
[all...]
H A Delfxx-sparc.c1090 ret->plt_header_size = PLT64_HEADER_SIZE;
1109 ret->plt_header_size = PLT32_HEADER_SIZE;
1176 htab->plt_header_size
1183 htab->plt_header_size
2188 s->size = htab->plt_header_size;
4235 rela_index = ((h->plt.offset - htab->plt_header_size)
4676 memset (splt->contents, 0, htab->plt_header_size);
H A Delfxx-mips.c462 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
3044 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
7093 htab->plt_header_size
7100 htab->plt_header_size
7109 htab->plt_header_size = 4 * ARRAY_SIZE (mips_o32_exec_plt0_entry);
8326 htab->splt->size += htab->plt_header_size;
9485 plt_index = ((h->plt.offset - htab->plt_header_size)
9821 plt_index = ((h->plt.offset - htab->plt_header_size)
11620 ret->plt_header_size = 0;

Completed in 369 milliseconds