Home
last modified time | relevance | path

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

/external/syslinux/efi/
Dwrapper.c165 Elf64_Ehdr e64_hdr; in main() local
210 fread((void *)&e64_hdr, sizeof(e64_hdr), 1, f_in); in main()
211 id = e64_hdr.e_ident; in main()
212 entry = e64_hdr.e_entry; in main()
213 phoff = e64_hdr.e_phoff; in main()
214 phnum = e64_hdr.e_phnum; in main()
215 phentsize = e64_hdr.e_phentsize; in main()