Searched refs:elf_word_to_cpu (Results 1 – 1 of 1) sorted by relevance
317 #define elf_word_to_cpu(x) elf32_to_cpu(x) macro354 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()358 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()408 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs()409 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()414 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()415 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs()473 sym->st_name = elf_word_to_cpu(sym->st_name); in read_symtabs()