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

  /toolchain/binutils/binutils-2.27/bfd/
pef.h 52 unsigned long reloc_section_count; member in struct:bfd_pef_loader_header
pef.c 332 header->reloc_section_count = bfd_getb32 (buf + 32);
421 fprintf (file, "reloc_section_count: %lu\n", header->reloc_section_count);

Completed in 57 milliseconds