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

/arch/x86/tools/
H A Drelocs.c260 static uint16_t elf16_to_cpu(uint16_t val) function
289 ehdr.e_type = elf16_to_cpu(ehdr.e_type);
290 ehdr.e_machine = elf16_to_cpu(ehdr.e_machine);
296 ehdr.e_ehsize = elf16_to_cpu(ehdr.e_ehsize);
297 ehdr.e_phentsize = elf16_to_cpu(ehdr.e_phentsize);
298 ehdr.e_phnum = elf16_to_cpu(ehdr.e_phnum);
299 ehdr.e_shentsize = elf16_to_cpu(ehdr.e_shentsize);
300 ehdr.e_shnum = elf16_to_cpu(ehdr.e_shnum);
301 ehdr.e_shstrndx = elf16_to_cpu(ehdr.e_shstrndx);
413 sym->st_shndx = elf16_to_cpu(sy
[all...]

Completed in 32 milliseconds