elf32_to_cpu 213 arch/x86/boot/compressed/relocs.c ehdr.e_version = elf32_to_cpu(ehdr.e_version); elf32_to_cpu 214 arch/x86/boot/compressed/relocs.c ehdr.e_entry = elf32_to_cpu(ehdr.e_entry); elf32_to_cpu 215 arch/x86/boot/compressed/relocs.c ehdr.e_phoff = elf32_to_cpu(ehdr.e_phoff); elf32_to_cpu 216 arch/x86/boot/compressed/relocs.c ehdr.e_shoff = elf32_to_cpu(ehdr.e_shoff); elf32_to_cpu 217 arch/x86/boot/compressed/relocs.c ehdr.e_flags = elf32_to_cpu(ehdr.e_flags); elf32_to_cpu 267 arch/x86/boot/compressed/relocs.c sec->shdr.sh_name = elf32_to_cpu(shdr.sh_name); elf32_to_cpu 268 arch/x86/boot/compressed/relocs.c sec->shdr.sh_type = elf32_to_cpu(shdr.sh_type); elf32_to_cpu 269 arch/x86/boot/compressed/relocs.c sec->shdr.sh_flags = elf32_to_cpu(shdr.sh_flags); elf32_to_cpu 270 arch/x86/boot/compressed/relocs.c sec->shdr.sh_addr = elf32_to_cpu(shdr.sh_addr); elf32_to_cpu 271 arch/x86/boot/compressed/relocs.c sec->shdr.sh_offset = elf32_to_cpu(shdr.sh_offset); elf32_to_cpu 272 arch/x86/boot/compressed/relocs.c sec->shdr.sh_size = elf32_to_cpu(shdr.sh_size); elf32_to_cpu 273 arch/x86/boot/compressed/relocs.c sec->shdr.sh_link = elf32_to_cpu(shdr.sh_link); elf32_to_cpu 274 arch/x86/boot/compressed/relocs.c sec->shdr.sh_info = elf32_to_cpu(shdr.sh_info); elf32_to_cpu 275 arch/x86/boot/compressed/relocs.c sec->shdr.sh_addralign = elf32_to_cpu(shdr.sh_addralign); elf32_to_cpu 276 arch/x86/boot/compressed/relocs.c sec->shdr.sh_entsize = elf32_to_cpu(shdr.sh_entsize); elf32_to_cpu 332 arch/x86/boot/compressed/relocs.c sym->st_name = elf32_to_cpu(sym->st_name); elf32_to_cpu 333 arch/x86/boot/compressed/relocs.c sym->st_value = elf32_to_cpu(sym->st_value); elf32_to_cpu 334 arch/x86/boot/compressed/relocs.c sym->st_size = elf32_to_cpu(sym->st_size); elf32_to_cpu 365 arch/x86/boot/compressed/relocs.c rel->r_offset = elf32_to_cpu(rel->r_offset); elf32_to_cpu 366 arch/x86/boot/compressed/relocs.c rel->r_info = elf32_to_cpu(rel->r_info);