Searched refs:elf_off_to_cpu (Results 1 – 3 of 3) sorted by relevance
105 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro136 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()137 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr()206 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs()
197 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro201 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro228 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()229 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr()283 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs()
321 # define elf_off_to_cpu(x) elf64_to_cpu(x) macro325 # define elf_off_to_cpu(x) elf32_to_cpu(x) macro364 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()365 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr()433 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs()
Completed in 12 milliseconds