HomeSort by relevance Sort by last modified time
    Searched refs:main_section (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
pef.h 44 long main_section; member in struct:bfd_pef_loader_header
pef.c 321 header->main_section = bfd_getb32 (buf);
408 fprintf (file, "main_section: %ld\n", header->main_section);
485 if (header.main_section < 0)
489 if ((section->index + 1) == header.main_section)

Completed in 580 milliseconds