Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main() member
58 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) { in main()
63 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
67 entry = le32toh(hdr.ehdr32.e_entry); in main()
70 entry = be32toh(hdr.ehdr32.e_entry); in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main() member
58 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) { in main()
63 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
67 entry = le32toh(hdr.ehdr32.e_entry); in main()
70 entry = be32toh(hdr.ehdr32.e_entry); in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
/kernel/linux/linux-5.10/arch/loongarch/tools/
H A Delf-entry.c22 Elf32_Ehdr ehdr32; in main() member
42 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) { in main()
47 switch (hdr.ehdr32.e_ident[EI_CLASS]) { in main()
50 entry = (int64_t)(int32_t)hdr.ehdr32.e_entry; in main()

Completed in 1 milliseconds