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

1 2 3 4

  /src/external/gpl3/binutils/dist/bfd/
elf32-vax.c 364 #define PLT_ENTRY_SIZE 12
369 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
379 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
898 s->size += PLT_ENTRY_SIZE;
916 s->size += PLT_ENTRY_SIZE;
1400 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1668 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1677 PLT_ENTRY_SIZE);
1826 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
1838 = PLT_ENTRY_SIZE;
    [all...]
elf-m10300.c 4726 #define PLT_ENTRY_SIZE 20
4736 static const bfd_byte elf_mn10300_plt_entry[PLT_ENTRY_SIZE] =
4760 (bfd_link_pic (info) ? PIC_PLT_ENTRY_SIZE : PLT_ENTRY_SIZE)
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-lm32.c 30 #define PLT_ENTRY_SIZE 20
1346 PLT_ENTRY_SIZE;
1455 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1753 s->size += PLT_ENTRY_SIZE;
1770 s->size += PLT_ENTRY_SIZE;
elf32-m32r.c 56 #define PLT_ENTRY_SIZE 20
1474 #define elf_m32r_sizeof_plt(info) PLT_ENTRY_SIZE
1810 s->size += PLT_ENTRY_SIZE;
1827 s->size += PLT_ENTRY_SIZE;
2913 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3165 PLT_ENTRY_SIZE;
elf32-metag.c 91 #define PLT_ENTRY_SIZE sizeof(plt_entry)
2517 s->size += PLT_ENTRY_SIZE;
2534 s->size += PLT_ENTRY_SIZE;
2910 plt_index = eh->plt.offset / PLT_ENTRY_SIZE - 1;
3197 PLT_ENTRY_SIZE;
3961 return plt->vma + (i + 1) * PLT_ENTRY_SIZE;
elf32-microblaze.c 2335 #define PLT_ENTRY_SIZE 16
2796 s->size = PLT_ENTRY_SIZE;
2813 s->size += PLT_ENTRY_SIZE;
3187 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; /* first entry reserved. */
3397 memset (splt->contents, 0, PLT_ENTRY_SIZE);
elf32-or1k.c 32 #define PLT_ENTRY_SIZE 16
968 return (plt_reloc > 0xffff) ? PLT_ENTRY_SIZE_LARGE : PLT_ENTRY_SIZE;
elf32-s390.c 449 #define PLT_ENTRY_SIZE 32
539 static const bfd_byte elf_s390_plt_entry[PLT_ENTRY_SIZE] =
554 static const bfd_byte elf_s390_plt_pic_entry[PLT_ENTRY_SIZE] =
570 static const bfd_byte elf_s390_plt_pic12_entry[PLT_ENTRY_SIZE] =
585 static const bfd_byte elf_s390_plt_pic16_entry[PLT_ENTRY_SIZE] =
1604 s->size += PLT_ENTRY_SIZE;
1874 htab->elf.iplt->size += PLT_ENTRY_SIZE;
2184 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2195 PLT_ENTRY_SIZE;
2233 off = h->plt.offset / PLT_ENTRY_SIZE * GOT_ENTRY_SIZE
    [all...]
elf32-tilepro.c 1030 #define PLT_ENTRY_SIZE \
1052 tilepro_short_plt_entry[PLT_ENTRY_SIZE] =
1067 tilepro_long_plt_entry[PLT_ENTRY_SIZE] =
1091 int plt_index = (offset - PLT_ENTRY_SIZE) / PLT_ENTRY_SIZE;
1114 PLT_ENTRY_SIZE);
1995 s->size = PLT_ENTRY_SIZE;
2013 s->size += PLT_ENTRY_SIZE;
3618 PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
3623 = PLT_ENTRY_SIZE;
    [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-tilegx.c 1153 #define PLT_ENTRY_SIZE \
1174 tilegx64_long_plt_entry[PLT_ENTRY_SIZE] =
1189 tilegx64_short_plt_entry[PLT_ENTRY_SIZE] =
1219 tilegx32_long_plt_entry[PLT_ENTRY_SIZE] =
1234 tilegx32_short_plt_entry[PLT_ENTRY_SIZE] =
1258 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
1285 memcpy (splt->contents + offset, plt_entry, PLT_ENTRY_SIZE);
2245 s->size = PLT_ENTRY_SIZE;
2248 h->plt.offset = s->size - PLT_ENTRY_SIZE + PLT_HEADER_SIZE;
2263 s->size += PLT_ENTRY_SIZE;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-vax.c 363 #define PLT_ENTRY_SIZE 12
368 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
378 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
898 s->size += PLT_ENTRY_SIZE;
916 s->size += PLT_ENTRY_SIZE;
1399 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1667 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1676 PLT_ENTRY_SIZE);
1824 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
1836 = PLT_ENTRY_SIZE;
    [all...]
elf-m10300.c 4727 #define PLT_ENTRY_SIZE 20
4737 static const bfd_byte elf_mn10300_plt_entry[PLT_ENTRY_SIZE] =
4761 (bfd_link_pic (info) ? PIC_PLT_ENTRY_SIZE : PLT_ENTRY_SIZE)
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-lm32.c 30 #define PLT_ENTRY_SIZE 20
1344 PLT_ENTRY_SIZE;
1453 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1751 s->size += PLT_ENTRY_SIZE;
1768 s->size += PLT_ENTRY_SIZE;
elf32-m32r.c 56 #define PLT_ENTRY_SIZE 20
1474 #define elf_m32r_sizeof_plt(info) PLT_ENTRY_SIZE
1810 s->size += PLT_ENTRY_SIZE;
1827 s->size += PLT_ENTRY_SIZE;
2912 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3163 PLT_ENTRY_SIZE;
elf32-metag.c 91 #define PLT_ENTRY_SIZE sizeof(plt_entry)
2554 s->size += PLT_ENTRY_SIZE;
2571 s->size += PLT_ENTRY_SIZE;
2947 plt_index = eh->plt.offset / PLT_ENTRY_SIZE - 1;
3233 PLT_ENTRY_SIZE;
3997 return plt->vma + (i + 1) * PLT_ENTRY_SIZE;
elf32-microblaze.c 2338 #define PLT_ENTRY_SIZE 16
2799 s->size = PLT_ENTRY_SIZE;
2816 s->size += PLT_ENTRY_SIZE;
3190 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; /* first entry reserved. */
3399 memset (splt->contents, 0, PLT_ENTRY_SIZE);
elf32-or1k.c 32 #define PLT_ENTRY_SIZE 16
968 return (plt_reloc > 0xffff) ? PLT_ENTRY_SIZE_LARGE : PLT_ENTRY_SIZE;
elf32-s390.c 449 #define PLT_ENTRY_SIZE 32
539 static const bfd_byte elf_s390_plt_entry[PLT_ENTRY_SIZE] =
554 static const bfd_byte elf_s390_plt_pic_entry[PLT_ENTRY_SIZE] =
570 static const bfd_byte elf_s390_plt_pic12_entry[PLT_ENTRY_SIZE] =
585 static const bfd_byte elf_s390_plt_pic16_entry[PLT_ENTRY_SIZE] =
1605 s->size += PLT_ENTRY_SIZE;
1875 htab->elf.iplt->size += PLT_ENTRY_SIZE;
2178 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2189 PLT_ENTRY_SIZE;
2227 off = h->plt.offset / PLT_ENTRY_SIZE * GOT_ENTRY_SIZE
    [all...]
elf32-tilepro.c 1030 #define PLT_ENTRY_SIZE \
1052 tilepro_short_plt_entry[PLT_ENTRY_SIZE] =
1067 tilepro_long_plt_entry[PLT_ENTRY_SIZE] =
1091 int plt_index = (offset - PLT_ENTRY_SIZE) / PLT_ENTRY_SIZE;
1114 PLT_ENTRY_SIZE);
1995 s->size = PLT_ENTRY_SIZE;
2013 s->size += PLT_ENTRY_SIZE;
3616 PLT_ENTRY_SIZE - PLT_HEADER_SIZE);
3621 = PLT_ENTRY_SIZE;
    [all...]
elf64-hppa.c 36 #define PLT_ENTRY_SIZE 0x10
1002 x->ofs += PLT_ENTRY_SIZE;
1663 sec->size += PLT_ENTRY_SIZE;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-vax.c 363 #define PLT_ENTRY_SIZE 12
368 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
378 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
873 s->size += PLT_ENTRY_SIZE;
891 s->size += PLT_ENTRY_SIZE;
1368 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1633 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1642 PLT_ENTRY_SIZE);
1790 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
1802 = PLT_ENTRY_SIZE;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-vax.c 363 #define PLT_ENTRY_SIZE 12
368 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
378 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
873 s->size += PLT_ENTRY_SIZE;
891 s->size += PLT_ENTRY_SIZE;
1371 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1636 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1645 PLT_ENTRY_SIZE);
1793 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
1805 = PLT_ENTRY_SIZE;
    [all...]

Completed in 96 milliseconds

1 2 3 4