Searched refs:plt_index (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-s390.c2353 bfd_vma plt_index; local
2357 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) /
2362 relocation = (plt_index + 3) * GOT_ENTRY_SIZE;
3127 bfd_vma plt_index; local
3143 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3147 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3151 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3231 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
3249 loc = htab->srelplt->contents + plt_index * sizeof (Elf32_External_Rela);
H A Delf64-s390.c2328 bfd_vma plt_index; local
2332 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) /
2337 relocation = (plt_index + 3) * GOT_ENTRY_SIZE;
3088 bfd_vma plt_index; local
3104 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3108 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3135 (PLT_ENTRY_SIZE * plt_index) + 22)/2,
3138 bfd_put_32 (output_bfd, plt_index * sizeof (Elf64_External_Rela),
3156 loc = htab->srelplt->contents + plt_index * sizeof (Elf64_External_Rela);
H A Delf64-x86-64.c2167 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
2168 off = (plt_index + 3) * GOT_ENTRY_SIZE;
3068 bfd_vma plt_index;
3085 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3090 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3111 bfd_put_32 (output_bfd, plt_index,
3130 loc = htab->srelplt->contents + plt_index * sizeof (Elf64_External_Rela);
2165 bfd_vma plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; local
3066 bfd_vma plt_index; local
H A Delf32-i386.c3374 bfd_vma plt_index;
3392 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
3397 got_offset = (plt_index + 3) * 4;
3454 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rel),
3472 loc = htab->srelplt->contents + plt_index * sizeof (Elf32_External_Rel);
3372 bfd_vma plt_index; local
H A Delf64-alpha.c4668 bfd_vma plt_index;
4698 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
4708 plt_index = ((gotent->plt_offset - NEW_PLT_HEADER_SIZE)
4722 plt_index = ((gotent->plt_offset - OLD_PLT_HEADER_SIZE)
4731 loc = srel->contents + plt_index * sizeof (Elf64_External_Rela);
4658 bfd_vma plt_index; local
H A Delfxx-mips.c2411 bfd_vma plt_index, got_address, got_value;
2418 plt_index = (h->plt.offset - htab->plt_header_size) / htab->plt_entry_size;
2423 + plt_index * 4);
8456 bfd_vma plt_address, plt_index, got_address, got_offset, branch_offset;
8470 plt_index = ((h->plt.offset - htab->plt_header_size)
8476 + plt_index * 4);
8488 htab->sgotplt->contents + plt_index * 4);
8497 bfd_put_32 (output_bfd, plt_entry[1] | plt_index, loc + 4);
8508 bfd_put_32 (output_bfd, plt_entry[1] | plt_index, loc + 4);
8517 + (plt_index *
2398 bfd_vma plt_index, got_address, got_value; local
8423 bfd_vma plt_address, plt_index, got_address, got_offset, branch_offset; local
[all...]
H A Delfxx-sparc.c3547 bfd_vma plt_offset, bfd_vma plt_index,
3581 bfd_put_32 (output_bfd, plt_entry[5] + (plt_index >> 10),
3588 bfd_put_32 (output_bfd, plt_entry[7] + (plt_index & 0x3ff),
3604 + (2 + 3 * plt_index) * sizeof (Elf32_External_Rela));
3541 sparc_vxworks_build_plt_entry(bfd *output_bfd, struct bfd_link_info *info, bfd_vma plt_offset, bfd_vma plt_index, bfd_vma got_offset) argument
H A Delf32-arm.c8808 bfd_vma plt_index; local
8840 plt_index = ((h->plt.offset - htab->plt_header_size)
8862 plt_index = (got_offset - 12) / 4;
8886 val |= plt_index * RELOC_SIZE (htab);
8906 val |= plt_index * RELOC_SIZE (htab);
8914 + (plt_index * 2 + 1) * RELOC_SIZE (htab));
8978 loc = srel->contents + plt_index * RELOC_SIZE (htab);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2455 uint64_t plt_index = plt_offset + i * plt_entsize; local
2466 plt_index, // Offset in section or symbol value.

Completed in 176 milliseconds