elf_half_to_cpu   224 arch/mips/boot/tools/relocs.c 	ehdr.e_type      = elf_half_to_cpu(ehdr.e_type);
elf_half_to_cpu   225 arch/mips/boot/tools/relocs.c 	ehdr.e_machine   = elf_half_to_cpu(ehdr.e_machine);
elf_half_to_cpu   231 arch/mips/boot/tools/relocs.c 	ehdr.e_ehsize    = elf_half_to_cpu(ehdr.e_ehsize);
elf_half_to_cpu   232 arch/mips/boot/tools/relocs.c 	ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
elf_half_to_cpu   233 arch/mips/boot/tools/relocs.c 	ehdr.e_phnum     = elf_half_to_cpu(ehdr.e_phnum);
elf_half_to_cpu   234 arch/mips/boot/tools/relocs.c 	ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
elf_half_to_cpu   235 arch/mips/boot/tools/relocs.c 	ehdr.e_shnum     = elf_half_to_cpu(ehdr.e_shnum);
elf_half_to_cpu   236 arch/mips/boot/tools/relocs.c 	ehdr.e_shstrndx  = elf_half_to_cpu(ehdr.e_shstrndx);
elf_half_to_cpu   347 arch/mips/boot/tools/relocs.c 			sym->st_shndx = elf_half_to_cpu(sym->st_shndx);
elf_half_to_cpu   357 arch/x86/tools/relocs.c 	ehdr.e_type      = elf_half_to_cpu(ehdr.e_type);
elf_half_to_cpu   358 arch/x86/tools/relocs.c 	ehdr.e_machine   = elf_half_to_cpu(ehdr.e_machine);
elf_half_to_cpu   364 arch/x86/tools/relocs.c 	ehdr.e_ehsize    = elf_half_to_cpu(ehdr.e_ehsize);
elf_half_to_cpu   365 arch/x86/tools/relocs.c 	ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
elf_half_to_cpu   366 arch/x86/tools/relocs.c 	ehdr.e_phnum     = elf_half_to_cpu(ehdr.e_phnum);
elf_half_to_cpu   367 arch/x86/tools/relocs.c 	ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
elf_half_to_cpu   368 arch/x86/tools/relocs.c 	ehdr.e_shnum     = elf_half_to_cpu(ehdr.e_shnum);
elf_half_to_cpu   369 arch/x86/tools/relocs.c 	ehdr.e_shstrndx  = elf_half_to_cpu(ehdr.e_shstrndx);
elf_half_to_cpu   495 arch/x86/tools/relocs.c 			sym->st_shndx = elf_half_to_cpu(sym->st_shndx);