Searched refs:elf64_to_cpu (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dkexec_elf.c29 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) function
162 ehdr->e_entry = elf64_to_cpu(ehdr, buf_ehdr->e_entry);
163 ehdr->e_phoff = elf64_to_cpu(ehdr, buf_ehdr->e_phoff);
164 ehdr->e_shoff = elf64_to_cpu(ehdr, buf_ehdr->e_shoff);
220 phdr->p_offset = elf64_to_cpu(ehdr, buf_phdr->p_offset);
221 phdr->p_paddr = elf64_to_cpu(ehdr, buf_phdr->p_paddr);
222 phdr->p_vaddr = elf64_to_cpu(ehdr, buf_phdr->p_vaddr);
223 phdr->p_filesz = elf64_to_cpu(ehdr, buf_phdr->p_filesz);
224 phdr->p_memsz = elf64_to_cpu(ehdr, buf_phdr->p_memsz);
225 phdr->p_align = elf64_to_cpu(ehd
[all...]
/linux-master/arch/s390/tools/
H A Drelocs.c99 static uint64_t elf64_to_cpu(uint64_t val) 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-master/arch/mips/boot/tools/
H A Drelocs.c189 static uint64_t elf64_to_cpu(uint64_t val) 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-master/arch/x86/tools/
H A Drelocs.c336 static uint64_t elf64_to_cpu(uint64_t val) function
340 #define elf_addr_to_cpu(x) elf64_to_cpu(x)
341 #define elf_off_to_cpu(x) elf64_to_cpu(x)
342 #define elf_xword_to_cpu(x) elf64_to_cpu(x)

Completed in 158 milliseconds