Searched refs:main_section (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dpef.h44 long main_section; member in struct:bfd_pef_loader_header
H A Dpef.c328 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)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dpef.h44 long main_section; member in struct:bfd_pef_loader_header
H A Dpef.c329 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)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dpef.h44 long main_section; member in struct:bfd_pef_loader_header
H A Dpef.c328 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)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dpef.h44 long main_section; member in struct:bfd_pef_loader_header
H A Dpef.c329 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)

Completed in 194 milliseconds