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

  /toolchain/binutils/binutils-2.25/bfd/
pef.h 103 struct bfd_pef_section struct
118 typedef struct bfd_pef_section bfd_pef_section; typedef in typeref:struct:bfd_pef_section
137 bfd_pef_section *sections;
185 int bfd_pef_scan_section (bfd *, bfd_pef_section *);
pef.c 256 static const char *bfd_pef_section_name (bfd_pef_section *section)
273 static unsigned long bfd_pef_section_flags (bfd_pef_section *section)
293 bfd_pef_make_bfd_section (bfd *abfd, bfd_pef_section *section)
377 bfd_pef_scan_section (bfd *abfd, bfd_pef_section *section)
535 mdata->sections = bfd_alloc (abfd, header->section_count * sizeof (bfd_pef_section));
542 bfd_pef_section *cur = &mdata->sections[i];

Completed in 38 milliseconds