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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
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;
H A Delf32-m32r.c57 #define PLT_ENTRY_SIZE 20 macro
1466 #define elf_m32r_sizeof_plt(info) PLT_ENTRY_SIZE
2016 s->size += PLT_ENTRY_SIZE;
2033 s->size += PLT_ENTRY_SIZE;
3201 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3474 PLT_ENTRY_SIZE;
H A Delf32-xtensa.c437 #define PLT_ENTRY_SIZE 16
456 static const bfd_byte elf_xtensa_be_plt_entry[PLT_ENTRY_SIZE] =
466 static const bfd_byte elf_xtensa_le_plt_entry[PLT_ENTRY_SIZE] =
1380 splt->size = PLT_ENTRY_SIZE * chunk_entries;
1940 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
1952 PLT_ENTRY_SIZE);
8750 BFD_ASSERT (splt->size == PLT_ENTRY_SIZE);
8754 BFD_ASSERT (splt->size >= PLT_ENTRY_SIZE);
8757 splt->size -= PLT_ENTRY_SIZE;
435 #define PLT_ENTRY_SIZE macro
H A Delf32-hppa.c140 #define PLT_ENTRY_SIZE 8 macro
1985 sec->size += PLT_ENTRY_SIZE;
2033 sec->size += PLT_ENTRY_SIZE;
2347 sec->size += PLT_ENTRY_SIZE;
4558 ->this_hdr.sh_entsize = PLT_ENTRY_SIZE;
H A Delf64-hppa.c32 #define PLT_ENTRY_SIZE 0x10 macro
1074 x->ofs += PLT_ENTRY_SIZE;
H A Delf-m10300.c3920 #define PLT_ENTRY_SIZE 20
3930 static const bfd_byte elf_mn10300_plt_entry[PLT_ENTRY_SIZE] =
3954 (info->shared ? PIC_PLT_ENTRY_SIZE : PLT_ENTRY_SIZE)
3919 #define PLT_ENTRY_SIZE macro
H A Delf64-alpha.c100 #define PLT_ENTRY_SIZE \
2476 splt->size += PLT_ENTRY_SIZE;
4700 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
99 #define PLT_ENTRY_SIZE macro
H A Delf64-ppc.c120 #define PLT_ENTRY_SIZE 24 macro
123 #define PLT_INITIAL_ENTRY_SIZE PLT_ENTRY_SIZE
7622 s->size += PLT_ENTRY_SIZE;
11362 loc += ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE) / PLT_ENTRY_SIZE
11534 = PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
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;
H A Delf32-m32r.c57 #define PLT_ENTRY_SIZE 20 macro
1466 #define elf_m32r_sizeof_plt(info) PLT_ENTRY_SIZE
2016 s->size += PLT_ENTRY_SIZE;
2033 s->size += PLT_ENTRY_SIZE;
3201 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3474 PLT_ENTRY_SIZE;
H A Delf32-xtensa.c437 #define PLT_ENTRY_SIZE 16
456 static const bfd_byte elf_xtensa_be_plt_entry[PLT_ENTRY_SIZE] =
466 static const bfd_byte elf_xtensa_le_plt_entry[PLT_ENTRY_SIZE] =
1380 splt->size = PLT_ENTRY_SIZE * chunk_entries;
1940 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
1952 PLT_ENTRY_SIZE);
8750 BFD_ASSERT (splt->size == PLT_ENTRY_SIZE);
8754 BFD_ASSERT (splt->size >= PLT_ENTRY_SIZE);
8757 splt->size -= PLT_ENTRY_SIZE;
435 #define PLT_ENTRY_SIZE macro
H A Delf32-hppa.c140 #define PLT_ENTRY_SIZE 8 macro
1985 sec->size += PLT_ENTRY_SIZE;
2033 sec->size += PLT_ENTRY_SIZE;
2347 sec->size += PLT_ENTRY_SIZE;
4558 ->this_hdr.sh_entsize = PLT_ENTRY_SIZE;
H A Delf64-hppa.c32 #define PLT_ENTRY_SIZE 0x10 macro
1074 x->ofs += PLT_ENTRY_SIZE;
H A Delf-m10300.c3920 #define PLT_ENTRY_SIZE 20
3930 static const bfd_byte elf_mn10300_plt_entry[PLT_ENTRY_SIZE] =
3954 (info->shared ? PIC_PLT_ENTRY_SIZE : PLT_ENTRY_SIZE)
3919 #define PLT_ENTRY_SIZE macro
H A Delf64-alpha.c100 #define PLT_ENTRY_SIZE \
2476 splt->size += PLT_ENTRY_SIZE;
4700 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
99 #define PLT_ENTRY_SIZE macro
H A Delf64-ppc.c120 #define PLT_ENTRY_SIZE 24 macro
123 #define PLT_INITIAL_ENTRY_SIZE PLT_ENTRY_SIZE
7622 s->size += PLT_ENTRY_SIZE;
11362 loc += ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE) / PLT_ENTRY_SIZE
11534 = PLT_ENTRY_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-m32r.c57 #define PLT_ENTRY_SIZE 20 macro
1466 #define elf_m32r_sizeof_plt(info) PLT_ENTRY_SIZE
2016 s->size += PLT_ENTRY_SIZE;
2033 s->size += PLT_ENTRY_SIZE;
3201 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3474 PLT_ENTRY_SIZE;
H A Delf32-xtensa.c437 #define PLT_ENTRY_SIZE 16
456 static const bfd_byte elf_xtensa_be_plt_entry[PLT_ENTRY_SIZE] =
466 static const bfd_byte elf_xtensa_le_plt_entry[PLT_ENTRY_SIZE] =
1380 splt->size = PLT_ENTRY_SIZE * chunk_entries;
1940 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
1952 PLT_ENTRY_SIZE);
8750 BFD_ASSERT (splt->size == PLT_ENTRY_SIZE);
8754 BFD_ASSERT (splt->size >= PLT_ENTRY_SIZE);
8757 splt->size -= PLT_ENTRY_SIZE;
435 #define PLT_ENTRY_SIZE macro
H A Delf32-hppa.c140 #define PLT_ENTRY_SIZE 8 macro
1985 sec->size += PLT_ENTRY_SIZE;
2033 sec->size += PLT_ENTRY_SIZE;
2347 sec->size += PLT_ENTRY_SIZE;
4558 ->this_hdr.sh_entsize = PLT_ENTRY_SIZE;
H A Delf64-hppa.c32 #define PLT_ENTRY_SIZE 0x10 macro
1074 x->ofs += PLT_ENTRY_SIZE;
H A Delf-m10300.c3920 #define PLT_ENTRY_SIZE 20
3930 static const bfd_byte elf_mn10300_plt_entry[PLT_ENTRY_SIZE] =
3954 (info->shared ? PIC_PLT_ENTRY_SIZE : PLT_ENTRY_SIZE)
3919 #define PLT_ENTRY_SIZE macro
H A Delf64-alpha.c100 #define PLT_ENTRY_SIZE \
2476 splt->size += PLT_ENTRY_SIZE;
4700 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
99 #define PLT_ENTRY_SIZE macro
H A Delf64-ppc.c120 #define PLT_ENTRY_SIZE 24 macro
123 #define PLT_INITIAL_ENTRY_SIZE PLT_ENTRY_SIZE
7622 s->size += PLT_ENTRY_SIZE;
11362 loc += ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE) / PLT_ENTRY_SIZE
11534 = PLT_ENTRY_SIZE;

Completed in 699 milliseconds

12