Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/tools/
Delf-entry.c38 Elf32_Ehdr ehdr32; in main() member
57 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) in main()
60 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
62 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
64 entry = le32toh(hdr.ehdr32.e_entry); in main()
67 entry = be32toh(hdr.ehdr32.e_entry); in main()
78 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()