Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/tools/
H A Delf-entry.c39 Elf64_Ehdr ehdr64; in main() member
84 entry = le64toh(hdr.ehdr64.e_entry); in main()
87 entry = be64toh(hdr.ehdr64.e_entry); in main()
/openbmc/u-boot/tools/
H A Dmips-relocs.c203 const Elf64_Ehdr *ehdr64; in main() local
233 ehdr64 = elf; in main()
H A Dzynqmpbif.c651 Elf64_Ehdr *ehdr64; in bif_add_elf() local
658 ehdr64 = (void *)elf; in bif_add_elf()
668 bf->entry = le64_to_cpu(ehdr64->e_entry); in bif_add_elf()