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

/external/syslinux/gpxe/src/util/
H A Delf2efi.c601 * @v pe_sections List of PE sections
605 struct pe_section *pe_sections,
612 for ( section = pe_sections ; section ; section = section->next ) {
627 for ( section = pe_sections ; section ; section = section->next ) {
636 for ( section = pe_sections ; section ; section = section->next ) {
669 struct pe_section *pe_sections = NULL; local
670 struct pe_section **next_pe_section = &pe_sections;
721 write_pe_file ( &pe_header, pe_sections, pe );
604 write_pe_file( struct pe_header *pe_header, struct pe_section *pe_sections, FILE *pe ) argument

Completed in 355 milliseconds