elf16_to_cpu 211 arch/x86/boot/compressed/relocs.c ehdr.e_type = elf16_to_cpu(ehdr.e_type); elf16_to_cpu 212 arch/x86/boot/compressed/relocs.c ehdr.e_machine = elf16_to_cpu(ehdr.e_machine); elf16_to_cpu 218 arch/x86/boot/compressed/relocs.c ehdr.e_ehsize = elf16_to_cpu(ehdr.e_ehsize); elf16_to_cpu 219 arch/x86/boot/compressed/relocs.c ehdr.e_phentsize = elf16_to_cpu(ehdr.e_phentsize); elf16_to_cpu 220 arch/x86/boot/compressed/relocs.c ehdr.e_phnum = elf16_to_cpu(ehdr.e_phnum); elf16_to_cpu 221 arch/x86/boot/compressed/relocs.c ehdr.e_shentsize = elf16_to_cpu(ehdr.e_shentsize); elf16_to_cpu 222 arch/x86/boot/compressed/relocs.c ehdr.e_shnum = elf16_to_cpu(ehdr.e_shnum); elf16_to_cpu 223 arch/x86/boot/compressed/relocs.c ehdr.e_shstrndx = elf16_to_cpu(ehdr.e_shstrndx); elf16_to_cpu 335 arch/x86/boot/compressed/relocs.c sym->st_shndx = elf16_to_cpu(sym->st_shndx);