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

/linux-master/kernel/
H A Dkexec_elf.c49 static uint16_t elf16_to_cpu(const struct elfhdr *ehdr, uint16_t value) function
145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) {
150 ehdr->e_type = elf16_to_cpu(ehdr, buf_ehdr->e_type);
151 ehdr->e_machine = elf16_to_cpu(ehdr, buf_ehdr->e_machine);
154 ehdr->e_phentsize = elf16_to_cpu(ehdr, buf_ehdr->e_phentsize);
155 ehdr->e_phnum = elf16_to_cpu(ehdr, buf_ehdr->e_phnum);
156 ehdr->e_shentsize = elf16_to_cpu(ehdr, buf_ehdr->e_shentsize);
157 ehdr->e_shnum = elf16_to_cpu(ehdr, buf_ehdr->e_shnum);
158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx);
/linux-master/arch/s390/tools/
H A Drelocs.c80 static uint16_t elf16_to_cpu(uint16_t val) function
96 #define elf_half_to_cpu(x) elf16_to_cpu(x)
/linux-master/arch/mips/boot/tools/
H A Drelocs.c161 static uint16_t elf16_to_cpu(uint16_t val) function
185 #define elf_half_to_cpu(x) elf16_to_cpu(x)
/linux-master/arch/x86/tools/
H A Drelocs.c322 static uint16_t elf16_to_cpu(uint16_t val) function
332 #define elf_half_to_cpu(x) elf16_to_cpu(x)

Completed in 201 milliseconds