Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Delf2efi.c670 struct pe_section **next_pe_section = &pe_sections; in elf2pe() local
695 *(next_pe_section) = process_section ( bfd, &pe_header, in elf2pe()
697 next_pe_section = &(*next_pe_section)->next; in elf2pe()
706 *(next_pe_section) = create_reloc_section ( &pe_header, pe_reltab ); in elf2pe()
707 next_pe_section = &(*next_pe_section)->next; in elf2pe()
710 *(next_pe_section) = create_debug_section ( &pe_header, in elf2pe()
712 next_pe_section = &(*next_pe_section)->next; in elf2pe()