ehdr32             38 arch/mips/tools/elf-entry.c 		Elf32_Ehdr ehdr32;
ehdr32             57 arch/mips/tools/elf-entry.c 	if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG))
ehdr32             60 arch/mips/tools/elf-entry.c 	switch (hdr.ehdr32.e_ident[EI_CLASS]) {
ehdr32             62 arch/mips/tools/elf-entry.c 		switch (hdr.ehdr32.e_ident[EI_DATA]) {
ehdr32             64 arch/mips/tools/elf-entry.c 			entry = le32toh(hdr.ehdr32.e_entry);
ehdr32             67 arch/mips/tools/elf-entry.c 			entry = be32toh(hdr.ehdr32.e_entry);
ehdr32             78 arch/mips/tools/elf-entry.c 		switch (hdr.ehdr32.e_ident[EI_DATA]) {