HomeSort by: relevance | last modified time | path
    Searched refs:bfd_count_sections (Results 1 - 25 of 224) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gdb/dist/gdb/
gdb_bfd.c 1065 return bfd_count_sections (abfd);
1067 return bfd_count_sections (abfd) + 1;
1069 return bfd_count_sections (abfd) + 2;
1071 return bfd_count_sections (abfd) + 3;
1080 return bfd_count_sections (abfd) + 4;
machoread.c 458 nbr_sections = bfd_count_sections (abfd.get ());
elfread.c 113 num_sections = bfd_count_sections (abfd);
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_bfd.c 1087 return bfd_count_sections (abfd);
1089 return bfd_count_sections (abfd) + 1;
1091 return bfd_count_sections (abfd) + 2;
1093 return bfd_count_sections (abfd) + 3;
1102 return bfd_count_sections (abfd) + 4;
machoread.c 456 nbr_sections = bfd_count_sections (abfd.get ());
elfread.c 116 num_sections = bfd_count_sections (abfd);
  /src/external/gpl3/binutils/dist/bfd/
elf-sframe.c 183 && bfd_count_sections (pbfd) != 0)
ihex.c 363 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
elfxx-aarch64.c 715 && bfd_count_sections (abfd) != 0
srec.c 555 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
elfxx-riscv.c 3439 && bfd_count_sections (pbfd) != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
ihex.c 363 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
elfxx-aarch64.c 713 && bfd_count_sections (abfd) != 0
srec.c 555 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
elfxx-riscv.c 3412 && bfd_count_sections (pbfd) != 0)
  /src/external/gpl3/gdb/dist/bfd/
elfxx-aarch64.c 715 && bfd_count_sections (pbfd) != 0
ihex.c 363 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
srec.c 555 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-aarch64.c 720 && bfd_count_sections (pbfd) != 0)
ihex.c 363 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
srec.c 555 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 1271 && bfd_count_sections (abfd) != 0
2402 && bfd_count_sections (abfd) != 0
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 1271 && bfd_count_sections (abfd) != 0
2403 && bfd_count_sections (abfd) != 0
  /src/external/gpl3/binutils/dist/binutils/
nm.c 1286 unsigned int seccount = bfd_count_sections (abfd);
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 1288 unsigned int seccount = bfd_count_sections (abfd);

Completed in 101 milliseconds

1 2 3 4 5 6 7 8 9