Searched refs:elf_off_to_cpu (Results 1 – 1 of 1) sorted by relevance
198 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro202 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro229 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()230 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr()284 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs()