Home
last modified time | relevance | path

Searched refs:elf_off_to_cpu (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c197 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro
201 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro
228 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()
/Linux-v4.19/arch/x86/tools/
Drelocs.c327 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro
331 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro
358 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()
359 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr()
414 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs()