HomeSort by: relevance | last modified time | path
    Searched defs:plt_index (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/binutils/dist/bfd/
elf32-vax.c 1244 bfd_vma plt_index;
1400 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1405 got_offset = (plt_index + 3) * 4;
1646 bfd_vma plt_index;
1668 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1673 got_offset = (plt_index + 3) * 4;
1684 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
1700 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1243 bfd_vma plt_index; local
1645 bfd_vma plt_index; local
elf-m10300.c 5150 bfd_vma plt_index;
5168 plt_index = ((h->plt.offset - elf_mn10300_sizeof_plt0 (info))
5174 got_offset = (plt_index + 3) * 4;
5203 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
5223 + plt_index));
5148 bfd_vma plt_index; local
elf32-i386.c 2346 bfd_vma plt_index;
2409 plt_index = (h->plt.offset / plt_entry_size
2411 off = (plt_index + 3) * 4;
2416 plt_index = h->plt.offset / plt_entry_size;
2417 off = plt_index * 4;
3672 bfd_vma plt_index, plt_offset;
3833 plt_index = htab->next_irelative_index--;
3838 plt_index = htab->next_jump_slot_index++;
3841 loc = relplt->contents + plt_index * sizeof (Elf32_External_Rel);
3849 plt_index * sizeof (Elf32_External_Rel)
2343 bfd_vma plt_index; local
3669 bfd_vma plt_index, plt_offset; local
    [all...]
elf32-lm32.c 1438 bfd_vma plt_index; local
1455 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1460 got_offset = (plt_index + 3) * 4;
1487 loc += plt_index * sizeof (Elf32_External_Rela);
elf32-m32r.c 2895 bfd_vma plt_index;
2913 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
2918 got_offset = (plt_index + 3) * 4;
2939 + plt_index * sizeof (Elf32_External_Rela)),
2957 + plt_index * sizeof (Elf32_External_Rela)),
2980 loc += plt_index * sizeof (Elf32_External_Rela);
2890 bfd_vma plt_index; local
elf32-metag.c 2892 bfd_vma plt_index; local
2910 plt_index = eh->plt.offset / PLT_ENTRY_SIZE - 1;
2914 got_offset = plt_index * GOT_ENTRY_SIZE;
2922 BFD_ASSERT (plt_index < (1 << 16));
2938 (plt_entry[3] | (plt_index << 3)),
2959 (plt_pic_entry[3] | (plt_index << 3)),
2982 loc += plt_index * sizeof(Elf32_External_Rela);
elf32-microblaze.c 3174 bfd_vma plt_index;
3187 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; /* first entry reserved. */
3188 got_offset = (plt_index + 3) * 4; /* 3 reserved ??? */
3221 loc += plt_index * sizeof (Elf32_External_Rela);
3170 bfd_vma plt_index; local
elf32-or1k.c 932 bfd_vma plt_index; member in struct:elf_or1k_link_hash_entry
962 elf_or1k_plt_entry_size (bfd_vma plt_index)
966 plt_reloc = plt_index * sizeof (Elf32_External_Rela);
2464 bfd_vma plt_index; local
2488 plt_index = ((struct elf_or1k_link_hash_entry *) h)->plt_index;
2490 plt_reloc = plt_index * sizeof (Elf32_External_Rela);
2492 large_plt_entry = (elf_or1k_plt_entry_size (plt_index)
2498 got_offset = (plt_index + 3) * 4;
2569 loc += plt_index * sizeof (Elf32_External_Rela)
2880 bfd_vma plt_index; local
    [all...]
elf32-s390.c 2180 bfd_vma plt_index; local
2184 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2185 relocation = (plt_index * GOT_ENTRY_SIZE +
2194 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) /
2199 relocation = (plt_index + 3) * GOT_ENTRY_SIZE;
3313 bfd_vma plt_index; local
3341 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3345 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3349 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3423 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela)
    [all...]
elf32-tilepro.c 1091 int plt_index = (offset - PLT_ENTRY_SIZE) / PLT_ENTRY_SIZE;
1092 int got_offset = plt_index * GOT_ENTRY_SIZE + GOTPLT_HEADER_SIZE;
1133 *pc |= create_Imm16_X0 (plt_index);
1138 return plt_index;
1090 int plt_index = (offset - PLT_ENTRY_SIZE) \/ PLT_ENTRY_SIZE; local
elf64-s390.c 2425 bfd_vma plt_index; local
2431 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2432 relocation = (plt_index * GOT_ENTRY_SIZE
2438 plt_index = ((h->plt.offset - PLT_FIRST_ENTRY_SIZE)
2441 relocation = (plt_index * GOT_ENTRY_SIZE
3512 bfd_vma plt_index; local
3524 plt_index = plt_offset / PLT_ENTRY_SIZE;
3527 got_offset = plt_index * GOT_ENTRY_SIZE;
3545 (PLT_ENTRY_SIZE * plt_index) + 22)/2,
3549 plt_index * sizeof (Elf64_External_Rela)
3603 bfd_vma plt_index; local
    [all...]
elfxx-tilegx.c 1258 int plt_index = (offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
1259 int got_offset = (plt_index * GOT_ENTRY_SIZE (htab)
1300 *pc++ |= create_Imm16_X0 (plt_index);
1319 *pc++ |= create_Imm16_X0 (plt_index);
1325 return plt_index;
1257 int plt_index = (offset - PLT_HEADER_SIZE) \/ PLT_ENTRY_SIZE; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-vax.c 1244 bfd_vma plt_index;
1399 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1404 got_offset = (plt_index + 3) * 4;
1645 bfd_vma plt_index;
1667 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1672 got_offset = (plt_index + 3) * 4;
1683 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
1699 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1243 bfd_vma plt_index; local
1644 bfd_vma plt_index; local
elf-m10300.c 5151 bfd_vma plt_index;
5169 plt_index = ((h->plt.offset - elf_mn10300_sizeof_plt0 (info))
5175 got_offset = (plt_index + 3) * 4;
5204 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
5224 + plt_index));
5149 bfd_vma plt_index; local
elf32-i386.c 2321 bfd_vma plt_index;
2384 plt_index = (h->plt.offset / plt_entry_size
2386 off = (plt_index + 3) * 4;
2391 plt_index = h->plt.offset / plt_entry_size;
2392 off = plt_index * 4;
3661 bfd_vma plt_index, plt_offset;
3822 plt_index = htab->next_irelative_index--;
3827 plt_index = htab->next_jump_slot_index++;
3830 loc = relplt->contents + plt_index * sizeof (Elf32_External_Rel);
3838 plt_index * sizeof (Elf32_External_Rel)
2318 bfd_vma plt_index; local
3658 bfd_vma plt_index, plt_offset; local
    [all...]
elf32-lm32.c 1436 bfd_vma plt_index; local
1453 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1458 got_offset = (plt_index + 3) * 4;
1485 loc += plt_index * sizeof (Elf32_External_Rela);
elf32-m32r.c 2894 bfd_vma plt_index;
2912 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
2917 got_offset = (plt_index + 3) * 4;
2938 + plt_index * sizeof (Elf32_External_Rela)),
2956 + plt_index * sizeof (Elf32_External_Rela)),
2979 loc += plt_index * sizeof (Elf32_External_Rela);
2889 bfd_vma plt_index; local
elf32-metag.c 2929 bfd_vma plt_index; local
2947 plt_index = eh->plt.offset / PLT_ENTRY_SIZE - 1;
2951 got_offset = plt_index * GOT_ENTRY_SIZE;
2959 BFD_ASSERT (plt_index < (1 << 16));
2975 (plt_entry[3] | (plt_index << 3)),
2996 (plt_pic_entry[3] | (plt_index << 3)),
3019 loc += plt_index * sizeof(Elf32_External_Rela);
elf32-microblaze.c 3177 bfd_vma plt_index;
3190 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; /* first entry reserved. */
3191 got_offset = (plt_index + 3) * 4; /* 3 reserved ??? */
3224 loc += plt_index * sizeof (Elf32_External_Rela);
3173 bfd_vma plt_index; local
elf32-or1k.c 932 bfd_vma plt_index; member in struct:elf_or1k_link_hash_entry
962 elf_or1k_plt_entry_size (bfd_vma plt_index)
966 plt_reloc = plt_index * sizeof (Elf32_External_Rela);
2462 bfd_vma plt_index; local
2486 plt_index = ((struct elf_or1k_link_hash_entry *) h)->plt_index;
2488 plt_reloc = plt_index * sizeof (Elf32_External_Rela);
2490 large_plt_entry = (elf_or1k_plt_entry_size (plt_index)
2496 got_offset = (plt_index + 3) * 4;
2567 loc += plt_index * sizeof (Elf32_External_Rela)
2878 bfd_vma plt_index; local
    [all...]
elf32-s390.c 2174 bfd_vma plt_index; local
2178 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2179 relocation = (plt_index * GOT_ENTRY_SIZE +
2188 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) /
2193 relocation = (plt_index + 3) * GOT_ENTRY_SIZE;
3305 bfd_vma plt_index; local
3333 plt_index = (h->plt.offset - PLT_FIRST_ENTRY_SIZE) / PLT_ENTRY_SIZE;
3337 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3341 (PLT_ENTRY_SIZE * plt_index) + 18) / 2);
3415 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela)
    [all...]
elf32-tilepro.c 1091 int plt_index = (offset - PLT_ENTRY_SIZE) / PLT_ENTRY_SIZE;
1092 int got_offset = plt_index * GOT_ENTRY_SIZE + GOTPLT_HEADER_SIZE;
1133 *pc |= create_Imm16_X0 (plt_index);
1138 return plt_index;
1090 int plt_index = (offset - PLT_ENTRY_SIZE) \/ PLT_ENTRY_SIZE; local
elf64-s390.c 2416 bfd_vma plt_index; local
2422 plt_index = h->plt.offset / PLT_ENTRY_SIZE;
2423 relocation = (plt_index * GOT_ENTRY_SIZE
2429 plt_index = ((h->plt.offset - PLT_FIRST_ENTRY_SIZE)
2432 relocation = (plt_index * GOT_ENTRY_SIZE
3490 bfd_vma plt_index; local
3502 plt_index = plt_offset / PLT_ENTRY_SIZE;
3505 got_offset = plt_index * GOT_ENTRY_SIZE;
3523 (PLT_ENTRY_SIZE * plt_index) + 22)/2,
3527 plt_index * sizeof (Elf64_External_Rela)
3581 bfd_vma plt_index; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-vax.c 1213 bfd_vma plt_index;
1368 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1373 got_offset = (plt_index + 3) * 4;
1611 bfd_vma plt_index;
1633 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1638 got_offset = (plt_index + 3) * 4;
1649 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
1665 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1212 bfd_vma plt_index; local
1610 bfd_vma plt_index; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-vax.c 1215 bfd_vma plt_index;
1371 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1376 got_offset = (plt_index + 3) * 4;
1614 bfd_vma plt_index;
1636 plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
1641 got_offset = (plt_index + 3) * 4;
1652 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
1668 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1214 bfd_vma plt_index; local
1613 bfd_vma plt_index; local

Completed in 124 milliseconds

1 2 3 4 5