Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c189 static uint64_t elf64_to_cpu(uint64_t val) in elf64_to_cpu() function
196 #define elf_addr_to_cpu(x) elf64_to_cpu(x)
197 #define elf_off_to_cpu(x) elf64_to_cpu(x)
198 #define elf_xword_to_cpu(x) elf64_to_cpu(x)
/Linux-v4.19/arch/x86/tools/
Drelocs.c322 static uint64_t elf64_to_cpu(uint64_t val) in elf64_to_cpu() function
326 #define elf_addr_to_cpu(x) elf64_to_cpu(x)
327 #define elf_off_to_cpu(x) elf64_to_cpu(x)
328 #define elf_xword_to_cpu(x) elf64_to_cpu(x)
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c36 #define elf_addr_to_cpu elf64_to_cpu
59 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) in elf64_to_cpu() function