Searched refs:PLT_ENTRY_SIZE (Results 1 - 25 of 50) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dmodule.c39 #define PLT_ENTRY_SIZE 12 macro
41 #define PLT_ENTRY_SIZE 20 macro
94 me->arch.plt_size += PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dmodule.c39 #define PLT_ENTRY_SIZE 12 macro
41 #define PLT_ENTRY_SIZE 20 macro
94 me->arch.plt_size += PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-vax.c355 #define PLT_ENTRY_SIZE 12
360 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
370 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
987 s->size += PLT_ENTRY_SIZE;
1005 s->size += PLT_ENTRY_SIZE;
1566 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1842 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1851 PLT_ENTRY_SIZE);
2033 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
2045 = PLT_ENTRY_SIZE;
354 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-i386.c519 #define PLT_ENTRY_SIZE 16
523 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
536 static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
547 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
557 static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
1875 s->size += PLT_ENTRY_SIZE;
1892 s->size += PLT_ENTRY_SIZE;
1912 if (h->plt.offset == PLT_ENTRY_SIZE)
3579 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3590 PLT_ENTRY_SIZE);
517 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-cris.c631 #define PLT_ENTRY_SIZE 20
636 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
665 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
693 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
718 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
1595 int plt_entry_size = PLT_ENTRY_SIZE;
1921 PLT_ENTRY_SIZE);
1925 PLT_ENTRY_SIZE);
1936 = PLT_ENTRY_SIZE;
2248 ? PLT_ENTRY_SIZE_V32 : PLT_ENTRY_SIZE);
628 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf64-sh64.c39 #define PLT_ENTRY_SIZE 64 macro
42 #define elf_sh64_sizeof_plt(info) PLT_ENTRY_SIZE
2963 static const bfd_byte elf_sh64_plt0_entry_be[PLT_ENTRY_SIZE] =
2983 static const bfd_byte elf_sh64_plt0_entry_le[PLT_ENTRY_SIZE] =
3006 static const bfd_byte elf_sh64_plt_entry_be[PLT_ENTRY_SIZE] =
3026 static const bfd_byte elf_sh64_plt_entry_le[PLT_ENTRY_SIZE] =
3048 static const bfd_byte elf_sh64_pic_plt_entry_be[PLT_ENTRY_SIZE] =
3068 static const bfd_byte elf_sh64_pic_plt_entry_le[PLT_ENTRY_SIZE] =
3375 s->size += PLT_ENTRY_SIZE;
3992 memcpy (splt->contents, elf_sh64_plt0_entry, PLT_ENTRY_SIZE);
[all...]
H A Delf64-x86-64.c365 #define PLT_ENTRY_SIZE 16
370 static const bfd_byte elf64_x86_64_plt0_entry[PLT_ENTRY_SIZE] =
379 static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] =
1704 s->size += PLT_ENTRY_SIZE;
1721 s->size += PLT_ENTRY_SIZE;
2091 htab->splt->size += PLT_ENTRY_SIZE;
2093 htab->splt->size += PLT_ENTRY_SIZE;
2417 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3252 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3261 PLT_ENTRY_SIZE);
363 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-m68k.c239 #define PLT_ENTRY_SIZE 20
244 static const bfd_byte elf_m68k_plt0_entry[PLT_ENTRY_SIZE] =
255 static const bfd_byte elf_m68k_plt_entry[PLT_ENTRY_SIZE] =
266 PLT_ENTRY_SIZE,
238 #define PLT_ENTRY_SIZE macro
H A Delf32-s390.c484 #define PLT_ENTRY_SIZE 32 macro
1774 s->size += PLT_ENTRY_SIZE;
2358 PLT_ENTRY_SIZE;
3143 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3151 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3156 = -(unsigned) (((65536 / PLT_ENTRY_SIZE - 1) * PLT_ENTRY_SIZE) / 2);
3517 return plt->vma + PLT_FIRST_ENTRY_SIZE + i * PLT_ENTRY_SIZE;
H A Delf64-s390.c507 #define PLT_ENTRY_SIZE 32 macro
1749 s->size += PLT_ENTRY_SIZE;
2333 PLT_ENTRY_SIZE;
3104 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3135 (PLT_ENTRY_SIZE * plt_index) + 22)/2,
3360 ->this_hdr.sh_entsize = PLT_ENTRY_SIZE;
3391 return plt->vma + PLT_FIRST_ENTRY_SIZE + i * PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-vax.c355 #define PLT_ENTRY_SIZE 12
360 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
370 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
987 s->size += PLT_ENTRY_SIZE;
1005 s->size += PLT_ENTRY_SIZE;
1566 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1842 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1851 PLT_ENTRY_SIZE);
2033 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
2045 = PLT_ENTRY_SIZE;
354 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-i386.c519 #define PLT_ENTRY_SIZE 16
523 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
536 static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
547 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
557 static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
1875 s->size += PLT_ENTRY_SIZE;
1892 s->size += PLT_ENTRY_SIZE;
1912 if (h->plt.offset == PLT_ENTRY_SIZE)
3579 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3590 PLT_ENTRY_SIZE);
517 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-cris.c631 #define PLT_ENTRY_SIZE 20
636 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
665 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
693 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
718 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
1595 int plt_entry_size = PLT_ENTRY_SIZE;
1921 PLT_ENTRY_SIZE);
1925 PLT_ENTRY_SIZE);
1936 = PLT_ENTRY_SIZE;
2248 ? PLT_ENTRY_SIZE_V32 : PLT_ENTRY_SIZE);
628 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf64-sh64.c39 #define PLT_ENTRY_SIZE 64 macro
42 #define elf_sh64_sizeof_plt(info) PLT_ENTRY_SIZE
2963 static const bfd_byte elf_sh64_plt0_entry_be[PLT_ENTRY_SIZE] =
2983 static const bfd_byte elf_sh64_plt0_entry_le[PLT_ENTRY_SIZE] =
3006 static const bfd_byte elf_sh64_plt_entry_be[PLT_ENTRY_SIZE] =
3026 static const bfd_byte elf_sh64_plt_entry_le[PLT_ENTRY_SIZE] =
3048 static const bfd_byte elf_sh64_pic_plt_entry_be[PLT_ENTRY_SIZE] =
3068 static const bfd_byte elf_sh64_pic_plt_entry_le[PLT_ENTRY_SIZE] =
3375 s->size += PLT_ENTRY_SIZE;
3992 memcpy (splt->contents, elf_sh64_plt0_entry, PLT_ENTRY_SIZE);
[all...]
H A Delf64-x86-64.c365 #define PLT_ENTRY_SIZE 16
370 static const bfd_byte elf64_x86_64_plt0_entry[PLT_ENTRY_SIZE] =
379 static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] =
1704 s->size += PLT_ENTRY_SIZE;
1721 s->size += PLT_ENTRY_SIZE;
2091 htab->splt->size += PLT_ENTRY_SIZE;
2093 htab->splt->size += PLT_ENTRY_SIZE;
2417 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3252 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3261 PLT_ENTRY_SIZE);
363 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-m68k.c239 #define PLT_ENTRY_SIZE 20
244 static const bfd_byte elf_m68k_plt0_entry[PLT_ENTRY_SIZE] =
255 static const bfd_byte elf_m68k_plt_entry[PLT_ENTRY_SIZE] =
266 PLT_ENTRY_SIZE,
238 #define PLT_ENTRY_SIZE macro
H A Delf32-s390.c484 #define PLT_ENTRY_SIZE 32 macro
1774 s->size += PLT_ENTRY_SIZE;
2358 PLT_ENTRY_SIZE;
3143 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3151 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3156 = -(unsigned) (((65536 / PLT_ENTRY_SIZE - 1) * PLT_ENTRY_SIZE) / 2);
3517 return plt->vma + PLT_FIRST_ENTRY_SIZE + i * PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-vax.c355 #define PLT_ENTRY_SIZE 12
360 static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] =
370 static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] =
987 s->size += PLT_ENTRY_SIZE;
1005 s->size += PLT_ENTRY_SIZE;
1566 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1842 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1851 PLT_ENTRY_SIZE);
2033 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
2045 = PLT_ENTRY_SIZE;
354 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-i386.c519 #define PLT_ENTRY_SIZE 16
523 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
536 static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
547 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
557 static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
1875 s->size += PLT_ENTRY_SIZE;
1892 s->size += PLT_ENTRY_SIZE;
1912 if (h->plt.offset == PLT_ENTRY_SIZE)
3579 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3590 PLT_ENTRY_SIZE);
517 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-cris.c631 #define PLT_ENTRY_SIZE 20
636 static const bfd_byte elf_cris_plt0_entry[PLT_ENTRY_SIZE] =
665 static const bfd_byte elf_cris_plt_entry[PLT_ENTRY_SIZE] =
693 static const bfd_byte elf_cris_pic_plt0_entry[PLT_ENTRY_SIZE] =
718 static const bfd_byte elf_cris_pic_plt_entry[PLT_ENTRY_SIZE] =
1595 int plt_entry_size = PLT_ENTRY_SIZE;
1921 PLT_ENTRY_SIZE);
1925 PLT_ENTRY_SIZE);
1936 = PLT_ENTRY_SIZE;
2248 ? PLT_ENTRY_SIZE_V32 : PLT_ENTRY_SIZE);
628 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf64-sh64.c39 #define PLT_ENTRY_SIZE 64 macro
42 #define elf_sh64_sizeof_plt(info) PLT_ENTRY_SIZE
2963 static const bfd_byte elf_sh64_plt0_entry_be[PLT_ENTRY_SIZE] =
2983 static const bfd_byte elf_sh64_plt0_entry_le[PLT_ENTRY_SIZE] =
3006 static const bfd_byte elf_sh64_plt_entry_be[PLT_ENTRY_SIZE] =
3026 static const bfd_byte elf_sh64_plt_entry_le[PLT_ENTRY_SIZE] =
3048 static const bfd_byte elf_sh64_pic_plt_entry_be[PLT_ENTRY_SIZE] =
3068 static const bfd_byte elf_sh64_pic_plt_entry_le[PLT_ENTRY_SIZE] =
3375 s->size += PLT_ENTRY_SIZE;
3992 memcpy (splt->contents, elf_sh64_plt0_entry, PLT_ENTRY_SIZE);
[all...]
H A Delf64-x86-64.c365 #define PLT_ENTRY_SIZE 16
370 static const bfd_byte elf64_x86_64_plt0_entry[PLT_ENTRY_SIZE] =
379 static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] =
1704 s->size += PLT_ENTRY_SIZE;
1721 s->size += PLT_ENTRY_SIZE;
2091 htab->splt->size += PLT_ENTRY_SIZE;
2093 htab->splt->size += PLT_ENTRY_SIZE;
2417 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3252 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3261 PLT_ENTRY_SIZE);
363 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf32-m68k.c239 #define PLT_ENTRY_SIZE 20
244 static const bfd_byte elf_m68k_plt0_entry[PLT_ENTRY_SIZE] =
255 static const bfd_byte elf_m68k_plt_entry[PLT_ENTRY_SIZE] =
266 PLT_ENTRY_SIZE,
238 #define PLT_ENTRY_SIZE macro
H A Delf32-s390.c484 #define PLT_ENTRY_SIZE 32 macro
1774 s->size += PLT_ENTRY_SIZE;
2358 PLT_ENTRY_SIZE;
3143 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3151 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3156 = -(unsigned) (((65536 / PLT_ENTRY_SIZE - 1) * PLT_ENTRY_SIZE) / 2);
3517 return plt->vma + PLT_FIRST_ENTRY_SIZE + i * PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Dmodutils-24.c87 #define PLT_ENTRY_SIZE 8 macro
218 #define PLT_ENTRY_SIZE 16 macro
232 #define PLT_ENTRY_SIZE 8 macro
273 #define PLT_ENTRY_SIZE 8 macro
1867 plt_offset, PLT_ENTRY_SIZE);
1871 plt_offset, PLT_ENTRY_SIZE);
1889 PLT_ENTRY_SIZE);

Completed in 924 milliseconds

12