Home
last modified time | relevance | path

Searched refs:elf_word_to_cpu (Results 1 – 3 of 3) sorted by relevance

/arch/s390/tools/
A Drelocs.c97 #define elf_word_to_cpu(x) elf32_to_cpu(x) macro
134 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
138 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
175 shstrndx = elf_word_to_cpu(shdr.sh_link); in read_ehdr()
202 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs()
203 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()
208 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
209 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs()
/arch/mips/boot/tools/
A Drelocs.c186 #define elf_word_to_cpu(x) elf32_to_cpu(x) macro
226 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
279 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs()
280 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()
285 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
286 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs()
344 sym->st_name = elf_word_to_cpu(sym->st_name); in read_symtabs()
/arch/x86/tools/
A Drelocs.c313 #define elf_word_to_cpu(x) elf32_to_cpu(x) macro
362 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
366 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
404 shstrndx = elf_word_to_cpu(shdr.sh_link); in read_ehdr()
429 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs()
430 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()
435 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
436 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs()
506 sym->st_name = elf_word_to_cpu(sym->st_name); in read_symtabs()

Completed in 14 milliseconds