HomeSort by: relevance | last modified time | path
    Searched defs:plt_header_size (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-sparc.h 70 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
elfnn-kvx.c 474 bfd_size_type plt_header_size; member in struct:elf_kvx_link_hash_table
649 ret->plt_header_size = PLT_ENTRY_SIZE;
3776 s->size += htab->plt_header_size;
4310 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
elfnn-aarch64.c 2629 bfd_size_type plt_header_size; member in struct:elf_aarch64_link_hash_table
2935 ret->plt_header_size = PLT_ENTRY_SIZE;
5939 plt_index = ((h->plt.offset - globals->plt_header_size) /
8842 s->size += htab->plt_header_size;
9144 htab->plt_header_size,
9693 htab->root.splt->size += htab->plt_header_size;
9924 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
10252 htab->plt_header_size);
elfnn-riscv.c 242 bfd_size_type plt_header_size; member in struct:riscv_elf_link_hash_table
318 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
403 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12));
661 htab->plt_header_size = PLT_HEADER_SIZE;
668 htab->plt_header_size = PLT_ZICFILP_UNLABELED_HEADER_SIZE;
1454 s->size = htab->plt_header_size;
1670 htab->plt_header_size,
2673 plt_idx = (h->plt.offset - htab->plt_header_size)
3493 plt_idx = (h->plt.offset - htab->plt_header_size)
    [all...]
elfxx-mips.c 505 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
5923 + htab->plt_header_size
10075 val = htab->plt_header_size;
10201 htab->plt_header_size = size;
11182 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
11222 plt_offset = (htab->plt_header_size + htab->plt_mips_offset
11644 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
elf32-arm.c 3313 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
3928 htab->plt_header_size = 0;
3934 htab->plt_header_size
3954 htab->plt_header_size = 4 * ARRAY_SIZE (elf32_thumb2_plt0_entry);
3961 htab->plt_header_size = 0;
4053 ret->plt_header_size = 16;
4056 ret->plt_header_size = 20;
9531 splt->size += htab->plt_header_size;
16271 if (h->plt.offset == htab->plt_header_size)
16969 htab->root.splt->size += htab->plt_header_size;
17774 bfd_vma addr, plt_header_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-sparc.h 73 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
elfnn-kvx.c 474 bfd_size_type plt_header_size; member in struct:elf_kvx_link_hash_table
649 ret->plt_header_size = PLT_ENTRY_SIZE;
3775 s->size += htab->plt_header_size;
4309 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
elfnn-riscv.c 242 bfd_size_type plt_header_size; member in struct:riscv_elf_link_hash_table
318 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
403 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12));
661 htab->plt_header_size = PLT_HEADER_SIZE;
668 htab->plt_header_size = PLT_ZICFILP_UNLABELED_HEADER_SIZE;
1455 s->size = htab->plt_header_size;
1670 htab->plt_header_size,
2670 plt_idx = (h->plt.offset - htab->plt_header_size)
3479 plt_idx = (h->plt.offset - htab->plt_header_size)
    [all...]
elfnn-aarch64.c 2629 bfd_size_type plt_header_size; member in struct:elf_aarch64_link_hash_table
2935 ret->plt_header_size = PLT_ENTRY_SIZE;
5871 plt_index = ((h->plt.offset - globals->plt_header_size) /
8774 s->size += htab->plt_header_size;
9076 htab->plt_header_size,
9625 htab->root.splt->size += htab->plt_header_size;
9856 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
10185 htab->plt_header_size);
elfxx-mips.c 487 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
5903 + htab->plt_header_size
10055 val = htab->plt_header_size;
10181 htab->plt_header_size = size;
11157 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
11197 plt_offset = (htab->plt_header_size + htab->plt_mips_offset
11619 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
elf32-arm.c 3372 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
3992 htab->plt_header_size = 0;
3998 htab->plt_header_size
4018 htab->plt_header_size = 4 * ARRAY_SIZE (elf32_thumb2_plt0_entry);
4025 htab->plt_header_size = 0;
4117 ret->plt_header_size = 16;
4120 ret->plt_header_size = 20;
9579 splt->size += htab->plt_header_size;
9609 splt->size += htab->plt_header_size;
16398 if (h->plt.offset == htab->plt_header_size)
17942 bfd_vma addr, plt_header_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-sparc.h 73 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
elfnn-kvx.c 474 bfd_size_type plt_header_size; member in struct:elf_kvx_link_hash_table
649 ret->plt_header_size = PLT_ENTRY_SIZE;
3774 s->size += htab->plt_header_size;
4306 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
elfnn-aarch64.c 2623 bfd_size_type plt_header_size; member in struct:elf_aarch64_link_hash_table
2924 ret->plt_header_size = PLT_ENTRY_SIZE;
5839 plt_index = ((h->plt.offset - globals->plt_header_size) /
8742 s->size += htab->plt_header_size;
9044 htab->plt_header_size,
9591 htab->root.splt->size += htab->plt_header_size;
9808 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
10139 htab->plt_header_size);
elfxx-mips.c 487 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
5857 + htab->plt_header_size
9955 val = htab->plt_header_size;
10080 htab->plt_header_size = size;
11052 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
11092 plt_offset = (htab->plt_header_size + htab->plt_mips_offset
11514 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
elf32-arm.c 3370 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
3988 htab->plt_header_size = 0;
3994 htab->plt_header_size
4014 htab->plt_header_size = 4 * ARRAY_SIZE (elf32_thumb2_plt0_entry);
4021 htab->plt_header_size = 0;
4113 ret->plt_header_size = 16;
4116 ret->plt_header_size = 20;
9573 splt->size += htab->plt_header_size;
9603 splt->size += htab->plt_header_size;
16392 if (h->plt.offset == htab->plt_header_size)
17934 bfd_vma addr, plt_header_size; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-sparc.h 73 unsigned int plt_header_size; member in struct:_bfd_sparc_elf_link_hash_table
elfnn-kvx.c 474 bfd_size_type plt_header_size; member in struct:elf_kvx_link_hash_table
649 ret->plt_header_size = PLT_ENTRY_SIZE;
3776 s->size += htab->plt_header_size;
4310 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
elfnn-riscv.c 242 bfd_size_type plt_header_size; member in struct:riscv_elf_link_hash_table
318 #define PLT_HEADER_SIZE (PLT_HEADER_INSNS * 4)
403 entry[3] = RISCV_ITYPE (ADDI, X_T1, X_T1, (uint32_t) -(PLT_HEADER_SIZE + 12));
661 htab->plt_header_size = PLT_HEADER_SIZE;
668 htab->plt_header_size = PLT_ZICFILP_UNLABELED_HEADER_SIZE;
1454 s->size = htab->plt_header_size;
1670 htab->plt_header_size,
2672 plt_idx = (h->plt.offset - htab->plt_header_size)
3491 plt_idx = (h->plt.offset - htab->plt_header_size)
    [all...]
elfnn-aarch64.c 2629 bfd_size_type plt_header_size; member in struct:elf_aarch64_link_hash_table
2935 ret->plt_header_size = PLT_ENTRY_SIZE;
5871 plt_index = ((h->plt.offset - globals->plt_header_size) /
8774 s->size += htab->plt_header_size;
9076 htab->plt_header_size,
9625 htab->root.splt->size += htab->plt_header_size;
9856 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
10185 htab->plt_header_size);
elfxx-mips.c 487 bfd_vma plt_header_size; member in struct:mips_elf_link_hash_table
5903 + htab->plt_header_size
10035 val = htab->plt_header_size;
10161 htab->plt_header_size = size;
11137 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
11177 plt_offset = (htab->plt_header_size + htab->plt_mips_offset
11599 plt_offset = htab->plt_header_size + h->plt.plist->mips_offset;
elf32-arm.c 3304 bfd_size_type plt_header_size; member in struct:elf32_arm_link_hash_table
3922 htab->plt_header_size = 0;
3928 htab->plt_header_size
3948 htab->plt_header_size = 4 * ARRAY_SIZE (elf32_thumb2_plt0_entry);
3955 htab->plt_header_size = 0;
4047 ret->plt_header_size = 16;
4050 ret->plt_header_size = 20;
9526 splt->size += htab->plt_header_size;
16266 if (h->plt.offset == htab->plt_header_size)
16964 htab->root.splt->size += htab->plt_header_size;
17769 bfd_vma addr, plt_header_size; local
    [all...]

Completed in 175 milliseconds