elf_addr_to_cpu
ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
sym->st_value = elf_addr_to_cpu(sym->st_value);
rel->r_offset = elf_addr_to_cpu(rel->r_offset);
ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
rel->r_offset = elf_addr_to_cpu(rel->r_offset);
ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
sym->st_value = elf_addr_to_cpu(sym->st_value);
rel->r_offset = elf_addr_to_cpu(rel->r_offset);