Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Delf2efi.c605 struct pe_section *pe_sections, in write_pe_file() argument
612 for ( section = pe_sections ; section ; section = section->next ) { in write_pe_file()
627 for ( section = pe_sections ; section ; section = section->next ) { in write_pe_file()
636 for ( section = pe_sections ; section ; section = section->next ) { in write_pe_file()
669 struct pe_section *pe_sections = NULL; in elf2pe() local
670 struct pe_section **next_pe_section = &pe_sections; in elf2pe()
721 write_pe_file ( &pe_header, pe_sections, pe ); in elf2pe()