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

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb.old/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/dist/gdb/
gdb_bfd.c 1072 return bfd_count_sections (abfd);
1074 return bfd_count_sections (abfd) + 1;
1076 return bfd_count_sections (abfd) + 2;
1078 return bfd_count_sections (abfd) + 3;
1087 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/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.old/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/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);
  /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 67 milliseconds

1 2 3 4 5 6 7 8 910