HomeSort by: relevance | last modified time | path
    Searched defs:plt_entry_size (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
elfxx-sparc.h 71 unsigned int plt_entry_size; member in struct:_bfd_sparc_elf_link_hash_table
elf32-cris.c 610 #define PLT_ENTRY_SIZE 20
615 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
644 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
672 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
697 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
2087 int plt_entry_size = PLT_ENTRY_SIZE;
2100 plt_entry_size = PLT_ENTRY_SIZE_V32;
2159 plt_entry_size);
2168 plt_entry_size);
2080 int plt_entry_size = PLT_ENTRY_SIZE; local
2468 bfd_size_type plt_entry_size; local
2666 bfd_size_type plt_entry_size; local
    [all...]
elf32-i386.c 769 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
795 NON_LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
807 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
833 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
2137 unsigned plt_entry_size;
2166 plt_entry_size = htab->plt.plt_entry_size;
2409 plt_index = (h->plt.offset / plt_entry_size
2416 plt_index = h->plt.offset / plt_entry_size;
3649 unsigned plt_entry_size;
2134 unsigned plt_entry_size; local
3646 unsigned plt_entry_size; local
    [all...]
elf64-s390.c 481 #define PLT_ENTRY_SIZE 32
532 static const bfd_byte elf_s390x_plt_entry[PLT_ENTRY_SIZE] =
636 PLT_ENTRY_SIZE,
1583 unsigned plt_entry_size = 0; local
1593 plt_entry_size = htab->sframe_plt->pltn_entry_size;
1596 num_pltn_entries = (dpltsec->size - plt0_entry_size) / plt_entry_size;
1649 plt_entry_size,
1759 s->size += PLT_ENTRY_SIZE;
2045 htab->elf.iplt->size += PLT_ENTRY_SIZE;
2431 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
    [all...]
elfxx-x86.c 96 unsigned int plt_entry_size; local
111 plt_entry_size = htab->plt.plt_entry_size;
143 plt_entry_size,
145 * plt_entry_size),
156 s->size += htab->non_lazy_plt->plt_entry_size;
195 s->size = htab->plt.has_plt0 * plt_entry_size;
247 got_s->size += htab->non_lazy_plt->plt_entry_size;
250 s->size += plt_entry_size;
252 second_s->size += htab->non_lazy_plt->plt_entry_size;
1839 unsigned plt_entry_size = 0; local
3779 unsigned int plt_got_offset, plt_entry_size; local
    [all...]
elfxx-x86.h 418 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_lazy_plt_layout
484 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_non_lazy_plt_layout
504 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_plt_layout
781 unsigned int plt_entry_size; member in struct:elf_x86_plt
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-sparc.h 74 unsigned int plt_entry_size; member in struct:_bfd_sparc_elf_link_hash_table
elf32-cris.c 610 #define PLT_ENTRY_SIZE 20
615 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
644 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
672 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
697 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
2086 int plt_entry_size = PLT_ENTRY_SIZE;
2099 plt_entry_size = PLT_ENTRY_SIZE_V32;
2158 plt_entry_size);
2167 plt_entry_size);
2079 int plt_entry_size = PLT_ENTRY_SIZE; local
2466 bfd_size_type plt_entry_size; local
2664 bfd_size_type plt_entry_size; local
    [all...]
elf32-i386.c 769 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
795 NON_LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
807 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
833 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
2112 unsigned plt_entry_size;
2141 plt_entry_size = htab->plt.plt_entry_size;
2384 plt_index = (h->plt.offset / plt_entry_size
2391 plt_index = h->plt.offset / plt_entry_size;
3638 unsigned plt_entry_size;
2109 unsigned plt_entry_size; local
3635 unsigned plt_entry_size; local
    [all...]
elf64-s390.c 481 #define PLT_ENTRY_SIZE 32
532 static const bfd_byte elf_s390x_plt_entry[PLT_ENTRY_SIZE] =
636 PLT_ENTRY_SIZE,
1583 unsigned plt_entry_size = 0; local
1593 plt_entry_size = htab->sframe_plt->pltn_entry_size;
1596 num_pltn_entries = (dpltsec->size - plt0_entry_size) / plt_entry_size;
1647 plt_entry_size,
1757 s->size += PLT_ENTRY_SIZE;
2043 htab->elf.iplt->size += PLT_ENTRY_SIZE;
2422 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
    [all...]
elfxx-x86.c 88 unsigned int plt_entry_size; local
103 plt_entry_size = htab->plt.plt_entry_size;
135 plt_entry_size,
137 * plt_entry_size),
148 s->size += htab->non_lazy_plt->plt_entry_size;
187 s->size = htab->plt.has_plt0 * plt_entry_size;
239 got_s->size += htab->non_lazy_plt->plt_entry_size;
242 s->size += plt_entry_size;
244 second_s->size += htab->non_lazy_plt->plt_entry_size;
1833 unsigned plt_entry_size = 0; local
3738 unsigned int plt_got_offset, plt_entry_size; local
    [all...]
elfxx-x86.h 418 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_lazy_plt_layout
484 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_non_lazy_plt_layout
504 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_plt_layout
772 unsigned int plt_entry_size; member in struct:elf_x86_plt
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-sparc.h 74 unsigned int plt_entry_size; member in struct:_bfd_sparc_elf_link_hash_table
elf32-cris.c 610 #define PLT_ENTRY_SIZE 20
615 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
644 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
672 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
697 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
2086 int plt_entry_size = PLT_ENTRY_SIZE;
2099 plt_entry_size = PLT_ENTRY_SIZE_V32;
2158 plt_entry_size);
2167 plt_entry_size);
2079 int plt_entry_size = PLT_ENTRY_SIZE; local
2466 bfd_size_type plt_entry_size; local
2664 bfd_size_type plt_entry_size; local
    [all...]
elf32-i386.c 763 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
789 NON_LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
801 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
827 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
2064 unsigned plt_entry_size;
2093 plt_entry_size = htab->plt.plt_entry_size;
2336 plt_index = (h->plt.offset / plt_entry_size
2343 plt_index = h->plt.offset / plt_entry_size;
3590 unsigned plt_entry_size;
2061 unsigned plt_entry_size; local
3587 unsigned plt_entry_size; local
    [all...]
elfxx-x86.c 88 unsigned int plt_entry_size; local
103 plt_entry_size = htab->plt.plt_entry_size;
135 plt_entry_size,
137 * plt_entry_size),
148 s->size += htab->non_lazy_plt->plt_entry_size;
187 s->size = htab->plt.has_plt0 * plt_entry_size;
239 got_s->size += htab->non_lazy_plt->plt_entry_size;
242 s->size += plt_entry_size;
244 second_s->size += htab->non_lazy_plt->plt_entry_size;
1841 unsigned plt_entry_size = 0; local
3743 unsigned int plt_got_offset, plt_entry_size; local
    [all...]
elfxx-x86.h 418 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_lazy_plt_layout
484 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_non_lazy_plt_layout
504 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_plt_layout
772 unsigned int plt_entry_size; member in struct:elf_x86_plt
  /src/external/gpl3/gdb/dist/bfd/
elfxx-sparc.h 74 unsigned int plt_entry_size; member in struct:_bfd_sparc_elf_link_hash_table
elf32-cris.c 610 #define PLT_ENTRY_SIZE 20
615 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
644 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
672 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
697 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
2087 int plt_entry_size = PLT_ENTRY_SIZE;
2100 plt_entry_size = PLT_ENTRY_SIZE_V32;
2159 plt_entry_size);
2168 plt_entry_size);
2080 int plt_entry_size = PLT_ENTRY_SIZE; local
2467 bfd_size_type plt_entry_size; local
2665 bfd_size_type plt_entry_size; local
    [all...]
elf32-i386.c 763 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
789 NON_LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
801 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
827 LAZY_PLT_ENTRY_SIZE, /* plt_entry_size */
2110 unsigned plt_entry_size;
2139 plt_entry_size = htab->plt.plt_entry_size;
2382 plt_index = (h->plt.offset / plt_entry_size
2389 plt_index = h->plt.offset / plt_entry_size;
3622 unsigned plt_entry_size;
2107 unsigned plt_entry_size; local
3619 unsigned plt_entry_size; local
    [all...]
elf64-s390.c 481 #define PLT_ENTRY_SIZE 32
532 static const bfd_byte elf_s390x_plt_entry[PLT_ENTRY_SIZE] =
636 PLT_ENTRY_SIZE,
1583 unsigned plt_entry_size = 0; local
1593 plt_entry_size = htab->sframe_plt->pltn_entry_size;
1596 num_pltn_entries = (dpltsec->size - plt0_entry_size) / plt_entry_size;
1647 plt_entry_size,
1757 s->size += PLT_ENTRY_SIZE;
2043 htab->elf.iplt->size += PLT_ENTRY_SIZE;
2423 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
    [all...]
elfxx-x86.c 88 unsigned int plt_entry_size; local
103 plt_entry_size = htab->plt.plt_entry_size;
135 plt_entry_size,
137 * plt_entry_size),
148 s->size += htab->non_lazy_plt->plt_entry_size;
187 s->size = htab->plt.has_plt0 * plt_entry_size;
239 got_s->size += htab->non_lazy_plt->plt_entry_size;
242 s->size += plt_entry_size;
244 second_s->size += htab->non_lazy_plt->plt_entry_size;
1835 unsigned plt_entry_size = 0; local
3749 unsigned int plt_got_offset, plt_entry_size; local
    [all...]
elfxx-x86.h 421 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_lazy_plt_layout
487 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_non_lazy_plt_layout
507 unsigned int plt_entry_size; /* Size of each PLT entry. */ member in struct:elf_x86_plt_layout
782 unsigned int plt_entry_size; member in struct:elf_x86_plt
  /src/external/gpl3/gdb.old/dist/gdb/
sparc-tdep.h 85 size_t plt_entry_size = 0; member in struct:sparc_gdbarch_tdep
  /src/external/gpl3/gdb/dist/gdb/
sparc-tdep.h 85 size_t plt_entry_size = 0; member in struct:sparc_gdbarch_tdep

Completed in 45 milliseconds

1 2