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

  /src/external/gpl3/binutils/dist/bfd/
pef.h 52 unsigned long reloc_section_count; member in struct:bfd_pef_loader_header
pef.c 337 header->reloc_section_count = bfd_getb32 (buf + 32);
426 fprintf (file, "reloc_section_count: %lu\n", header->reloc_section_count);
  /src/external/gpl3/binutils.old/dist/bfd/
pef.h 52 unsigned long reloc_section_count; member in struct:bfd_pef_loader_header
pef.c 338 header->reloc_section_count = bfd_getb32 (buf + 32);
427 fprintf (file, "reloc_section_count: %lu\n", header->reloc_section_count);

Completed in 33 milliseconds