Home
last modified time | relevance | path

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

/linux/arch/s390/tools/
H A Drelocs.c99 static uint64_t elf64_to_cpu(uint64_t val) in elf64_to_cpu() function
104 #define elf_addr_to_cpu(x) elf64_to_cpu(x)
105 #define elf_off_to_cpu(x) elf64_to_cpu(x)
106 #define elf_xword_to_cpu(x) elf64_to_cpu(x)
/linux/arch/mips/boot/tools/
H A 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)