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

/linux-master/arch/s390/tools/
H A Drelocs.c96 #define elf_half_to_cpu(x) elf16_to_cpu(x) macro
132 ehdr.e_type = elf_half_to_cpu(ehdr.e_type);
133 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine);
139 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize);
140 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
141 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum);
142 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
143 ehdr.e_shnum = elf_half_to_cpu(ehdr.e_shnum);
144 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx);
/linux-master/arch/mips/boot/tools/
H A Drelocs.c185 #define elf_half_to_cpu(x) elf16_to_cpu(x) macro
224 ehdr.e_type = elf_half_to_cpu(ehdr.e_type);
225 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine);
231 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize);
232 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
233 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum);
234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
235 ehdr.e_shnum = elf_half_to_cpu(ehdr.e_shnum);
236 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx);
347 sym->st_shndx = elf_half_to_cpu(sy
[all...]
/linux-master/arch/x86/tools/
H A Drelocs.c332 #define elf_half_to_cpu(x) elf16_to_cpu(x) macro
385 ehdr.e_type = elf_half_to_cpu(ehdr.e_type);
386 ehdr.e_machine = elf_half_to_cpu(ehdr.e_machine);
392 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize);
393 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize);
394 ehdr.e_phnum = elf_half_to_cpu(ehdr.e_phnum);
395 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize);
396 ehdr.e_shnum = elf_half_to_cpu(ehdr.e_shnum);
397 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx);
546 sym->st_shndx = elf_half_to_cpu(sy
[all...]

Completed in 157 milliseconds