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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c510 #define PLT_ENTRY_SIZE 16
514 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
527 static const bfd_byte elf_i386_plt_entry[PLT_ENTRY_SIZE] =
538 Will be padded to PLT_ENTRY_SIZE with htab->plt0_pad_byte. */
548 static const bfd_byte elf_i386_pic_plt_entry[PLT_ENTRY_SIZE] =
1591 s->size += PLT_ENTRY_SIZE;
1608 s->size += PLT_ENTRY_SIZE;
1628 if (h->plt.offset == PLT_ENTRY_SIZE)
3392 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3403 PLT_ENTRY_SIZE);
508 #define PLT_ENTRY_SIZE macro
[all...]
H A Delf64-x86-64.c363 #define PLT_ENTRY_SIZE 16
368 static const bfd_byte elf64_x86_64_plt0_entry[PLT_ENTRY_SIZE] =
377 static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] =
1454 s->size += PLT_ENTRY_SIZE;
1471 s->size += PLT_ENTRY_SIZE;
1841 htab->splt->size += PLT_ENTRY_SIZE;
1843 htab->splt->size += PLT_ENTRY_SIZE;
2167 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3085 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3094 PLT_ENTRY_SIZE);
361 #define PLT_ENTRY_SIZE macro
[all...]
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;
H A Delf64-alpha.c98 #define PLT_ENTRY_SIZE \
2474 splt->size += PLT_ENTRY_SIZE;
4698 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
97 #define PLT_ENTRY_SIZE macro
H A Delf64-ppc.c119 #define PLT_ENTRY_SIZE 24 macro
122 #define PLT_INITIAL_ENTRY_SIZE PLT_ENTRY_SIZE
7768 s->size += PLT_ENTRY_SIZE;
11622 loc += ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE) / PLT_ENTRY_SIZE
11794 = PLT_ENTRY_SIZE;

Completed in 134 milliseconds