Home
last modified time | relevance | path

Searched refs:PLT_ENTRY_SIZE (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf32-i386.c508 #define PLT_ENTRY_SIZE 16 macro
525 static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
546 static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
1589 s->size += PLT_ENTRY_SIZE; in allocate_dynrelocs()
1606 s->size += PLT_ENTRY_SIZE; in allocate_dynrelocs()
1626 if (h->plt.offset == PLT_ENTRY_SIZE) in allocate_dynrelocs()
3390 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; in elf_i386_finish_dynamic_symbol()
3401 PLT_ENTRY_SIZE); in elf_i386_finish_dynamic_symbol()
3416 s = (h->plt.offset - PLT_ENTRY_SIZE) / PLT_ENTRY_SIZE; in elf_i386_finish_dynamic_symbol()
3447 PLT_ENTRY_SIZE); in elf_i386_finish_dynamic_symbol()
[all …]
Delf64-x86-64.c361 #define PLT_ENTRY_SIZE 16 macro
366 static const bfd_byte elf64_x86_64_plt0_entry[PLT_ENTRY_SIZE] =
375 static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] =
1452 s->size += PLT_ENTRY_SIZE; in allocate_dynrelocs()
1469 s->size += PLT_ENTRY_SIZE; in allocate_dynrelocs()
1839 htab->splt->size += PLT_ENTRY_SIZE; in elf64_x86_64_size_dynamic_sections()
1841 htab->splt->size += PLT_ENTRY_SIZE; in elf64_x86_64_size_dynamic_sections()
2165 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; in elf64_x86_64_relocate_section()
3083 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; in elf64_x86_64_finish_dynamic_symbol()
3092 PLT_ENTRY_SIZE); in elf64_x86_64_finish_dynamic_symbol()
[all …]
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; in elf_s390_plt_sym_val()
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; in elf_s390_plt_sym_val()
Delf64-alpha.c97 #define PLT_ENTRY_SIZE \ macro
2466 splt->size += PLT_ENTRY_SIZE; in elf64_alpha_size_plt_section_1()
4688 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE; in elf64_alpha_finish_dynamic_symbol()
Delf64-ppc.c119 #define PLT_ENTRY_SIZE 24 macro
122 #define PLT_INITIAL_ENTRY_SIZE PLT_ENTRY_SIZE
7764 s->size += PLT_ENTRY_SIZE; in allocate_dynrelocs()
11618 loc += ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE) / PLT_ENTRY_SIZE in ppc64_elf_finish_dynamic_symbol()
11790 = PLT_ENTRY_SIZE; in ppc64_elf_finish_dynamic_sections()
DChangeLog-02032093 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
7214 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
7216 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
7217 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
10356 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
10377 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
DChangeLog-00014815 (PLT_ENTRY_SIZE): Define.
6794 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
6956 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
DChangeLog-20061266 (PLT_ENTRY_SIZE): Replace both definitions with...