Home
last modified time | relevance | path

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

/arch/x86/tools/
Drelocs.c325 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro
329 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro
356 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()
357 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr()
412 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs()