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

/linux-master/arch/s390/tools/
H A Drelocs.c105 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro
136 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff);
137 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff);
206 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset);
/linux-master/arch/mips/boot/tools/
H A Drelocs.c197 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro
201 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro
228 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff);
229 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff);
283 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset);
/linux-master/arch/x86/tools/
H A Drelocs.c341 #define elf_off_to_cpu(x) elf64_to_cpu(x) macro
345 #define elf_off_to_cpu(x) elf32_to_cpu(x) macro
389 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff);
390 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff);
459 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset);

Completed in 214 milliseconds