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

  /src/external/gpl3/binutils/dist/bfd/
pef.h 44 long main_section; member in struct:bfd_pef_loader_header
pef.c 329 header->main_section = bfd_getb32 (buf);
416 fprintf (file, "main_section: %ld\n", header->main_section);
496 if (header.main_section < 0)
500 if ((long) (section->index + 1) == header.main_section)
  /src/external/gpl3/binutils.old/dist/bfd/
pef.h 44 long main_section; member in struct:bfd_pef_loader_header
pef.c 330 header->main_section = bfd_getb32 (buf);
417 fprintf (file, "main_section: %ld\n", header->main_section);
497 if (header.main_section < 0)
501 if ((long) (section->index + 1) == header.main_section)
  /src/external/gpl3/gdb/dist/bfd/
pef.h 44 long main_section; member in struct:bfd_pef_loader_header
pef.c 330 header->main_section = bfd_getb32 (buf);
417 fprintf (file, "main_section: %ld\n", header->main_section);
497 if (header.main_section < 0)
501 if ((long) (section->index + 1) == header.main_section)
  /src/external/gpl3/gdb.old/dist/bfd/
pef.h 44 long main_section; member in struct:bfd_pef_loader_header
pef.c 328 header->main_section = bfd_getb32 (buf);
415 fprintf (file, "main_section: %ld\n", header->main_section);
495 if (header.main_section < 0)
499 if ((long) (section->index + 1) == header.main_section)

Completed in 37 milliseconds