Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Dpe.h13 typedef struct IMAGE_DOS_HEADER { struct
33 } __attribute__ ((packed)) IMAGE_DOS_HEADER; argument
H A Dmain.c384 IMAGE_DOS_HEADER *dos_hdr = start_addr; in pe_get_data_dir_entry()
/openbmc/u-boot/include/
H A Dpe.h35 } IMAGE_DOS_HEADER, *PIMAGE_DOS_HEADER; typedef
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c221 IMAGE_DOS_HEADER *dos; in efi_load_pe()