Home
last modified time | relevance | path

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

/arch/s390/tools/
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)
/arch/mips/boot/tools/
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)
/arch/x86/tools/
A Drelocs.c316 static uint64_t elf64_to_cpu(uint64_t val) in elf64_to_cpu() function
320 # define elf_addr_to_cpu(x) elf64_to_cpu(x)
321 # define elf_off_to_cpu(x) elf64_to_cpu(x)
322 # define elf_xword_to_cpu(x) elf64_to_cpu(x)

Completed in 13 milliseconds