Symbol: elf_word_to_cpu
arch/mips/boot/tools/relocs.c
227
ehdr.e_version = elf_word_to_cpu(ehdr.e_version);
arch/mips/boot/tools/relocs.c
231
ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags);
arch/mips/boot/tools/relocs.c
280
sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name);
arch/mips/boot/tools/relocs.c
281
sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type);
arch/mips/boot/tools/relocs.c
286
sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link);
arch/mips/boot/tools/relocs.c
287
sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info);
arch/mips/boot/tools/relocs.c
345
sym->st_name = elf_word_to_cpu(sym->st_name);
arch/s390/tools/relocs.c
134
ehdr.e_version = elf_word_to_cpu(ehdr.e_version);
arch/s390/tools/relocs.c
138
ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags);
arch/s390/tools/relocs.c
175
shstrndx = elf_word_to_cpu(shdr.sh_link);
arch/s390/tools/relocs.c
202
sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name);
arch/s390/tools/relocs.c
203
sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type);
arch/s390/tools/relocs.c
208
sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link);
arch/s390/tools/relocs.c
209
sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info);
arch/x86/tools/relocs.c
362
ehdr.e_version = elf_word_to_cpu(ehdr.e_version);
arch/x86/tools/relocs.c
366
ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags);
arch/x86/tools/relocs.c
404
shstrndx = elf_word_to_cpu(shdr.sh_link);
arch/x86/tools/relocs.c
429
sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name);
arch/x86/tools/relocs.c
430
sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type);
arch/x86/tools/relocs.c
435
sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link);
arch/x86/tools/relocs.c
436
sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info);
arch/x86/tools/relocs.c
506
sym->st_name = elf_word_to_cpu(sym->st_name);