elf_word_to_cpu   226 arch/mips/boot/tools/relocs.c 	ehdr.e_version   = elf_word_to_cpu(ehdr.e_version);
elf_word_to_cpu   230 arch/mips/boot/tools/relocs.c 	ehdr.e_flags     = elf_word_to_cpu(ehdr.e_flags);
elf_word_to_cpu   279 arch/mips/boot/tools/relocs.c 		sec->shdr.sh_name      = elf_word_to_cpu(shdr.sh_name);
elf_word_to_cpu   280 arch/mips/boot/tools/relocs.c 		sec->shdr.sh_type      = elf_word_to_cpu(shdr.sh_type);
elf_word_to_cpu   285 arch/mips/boot/tools/relocs.c 		sec->shdr.sh_link      = elf_word_to_cpu(shdr.sh_link);
elf_word_to_cpu   286 arch/mips/boot/tools/relocs.c 		sec->shdr.sh_info      = elf_word_to_cpu(shdr.sh_info);
elf_word_to_cpu   344 arch/mips/boot/tools/relocs.c 			sym->st_name  = elf_word_to_cpu(sym->st_name);
elf_word_to_cpu   359 arch/x86/tools/relocs.c 	ehdr.e_version   = elf_word_to_cpu(ehdr.e_version);
elf_word_to_cpu   363 arch/x86/tools/relocs.c 	ehdr.e_flags     = elf_word_to_cpu(ehdr.e_flags);
elf_word_to_cpu   401 arch/x86/tools/relocs.c 			shstrndx = elf_word_to_cpu(shdr.sh_link);
elf_word_to_cpu   427 arch/x86/tools/relocs.c 		sec->shdr.sh_name      = elf_word_to_cpu(shdr.sh_name);
elf_word_to_cpu   428 arch/x86/tools/relocs.c 		sec->shdr.sh_type      = elf_word_to_cpu(shdr.sh_type);
elf_word_to_cpu   433 arch/x86/tools/relocs.c 		sec->shdr.sh_link      = elf_word_to_cpu(shdr.sh_link);
elf_word_to_cpu   434 arch/x86/tools/relocs.c 		sec->shdr.sh_info      = elf_word_to_cpu(shdr.sh_info);
elf_word_to_cpu   492 arch/x86/tools/relocs.c 			sym->st_name  = elf_word_to_cpu(sym->st_name);