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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c180 static uint16_t elf16_to_cpu(uint16_t val) function
209 ehdr.e_type = elf16_to_cpu(ehdr.e_type);
210 ehdr.e_machine = elf16_to_cpu(ehdr.e_machine);
216 ehdr.e_ehsize = elf16_to_cpu(ehdr.e_ehsize);
217 ehdr.e_phentsize = elf16_to_cpu(ehdr.e_phentsize);
218 ehdr.e_phnum = elf16_to_cpu(ehdr.e_phnum);
219 ehdr.e_shentsize = elf16_to_cpu(ehdr.e_shentsize);
220 ehdr.e_shnum = elf16_to_cpu(ehdr.e_shnum);
221 ehdr.e_shstrndx = elf16_to_cpu(ehdr.e_shstrndx);
323 symtab[i][j].st_shndx = elf16_to_cpu(symta
[all...]

Completed in 99 milliseconds