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

/linux-4.1.27/arch/x86/tools/
H A Drelocs.c316 #define elf_half_to_cpu(x) elf16_to_cpu(x) macro
352 ehdr.e_type = elf_half_to_cpu(ehdr.e_type); read_ehdr()
353 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine); read_ehdr()
359 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); read_ehdr()
360 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); read_ehdr()
361 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum); read_ehdr()
362 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); read_ehdr()
363 ehdr.e_shnum = elf_half_to_cpu(ehdr.e_shnum); read_ehdr()
364 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); read_ehdr()
476 sym->st_shndx = elf_half_to_cpu(sym->st_shndx); read_symtabs()

Completed in 109 milliseconds