HomeSort by: relevance | last modified time | path
    Searched defs:plt_count (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-or1k.c 957 bfd_vma plt_count; member in struct:elf_or1k_link_hash_table
2883 plt_index = htab->plt_count++;
elf64-ppc.c 2458 size_t plt_count = 0;
2567 plt_count = NUM_SHDR_ENTRIES (&elf_section_data (relplt)->this_hdr);
2568 size += plt_count * sizeof (asymbol);
2571 for (i = 0; i < plt_count; i++, p++)
2586 names = (char *) (s + count + plt_count + (resolv_vma != 0));
2683 for (i = 0; i < plt_count; i++, p++)
2719 count += plt_count;
2455 size_t plt_count = 0; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-or1k.c 957 bfd_vma plt_count; member in struct:elf_or1k_link_hash_table
2881 plt_index = htab->plt_count++;
elf64-ppc.c 2466 size_t plt_count = 0;
2575 plt_count = NUM_SHDR_ENTRIES (&elf_section_data (relplt)->this_hdr);
2576 size += plt_count * sizeof (asymbol);
2579 for (i = 0; i < plt_count; i++, p++)
2594 names = (char *) (s + count + plt_count + (resolv_vma != 0));
2691 for (i = 0; i < plt_count; i++, p++)
2727 count += plt_count;
2463 size_t plt_count = 0; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-or1k.c 957 bfd_vma plt_count; member in struct:elf_or1k_link_hash_table
2881 plt_index = htab->plt_count++;
elf64-ppc.c 2466 size_t plt_count = 0;
2575 plt_count = NUM_SHDR_ENTRIES (&elf_section_data (relplt)->this_hdr);
2576 size += plt_count * sizeof (asymbol);
2579 for (i = 0; i < plt_count; i++, p++)
2594 names = (char *) (s + count + plt_count + (resolv_vma != 0));
2691 for (i = 0; i < plt_count; i++, p++)
2727 count += plt_count;
2463 size_t plt_count = 0; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-or1k.c 957 bfd_vma plt_count; member in struct:elf_or1k_link_hash_table
2883 plt_index = htab->plt_count++;
elf64-ppc.c 2471 size_t plt_count = 0;
2580 plt_count = NUM_SHDR_ENTRIES (&elf_section_data (relplt)->this_hdr);
2581 size += plt_count * sizeof (asymbol);
2584 for (i = 0; i < plt_count; i++, p++)
2599 names = (char *) (s + count + plt_count + (resolv_vma != 0));
2696 for (i = 0; i < plt_count; i++, p++)
2732 count += plt_count;
2468 size_t plt_count = 0; local

Completed in 79 milliseconds