Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/boot/tools/
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()
/Linux-v5.4/arch/x86/tools/
Drelocs.c322 #define elf_word_to_cpu(x) elf32_to_cpu(x) macro
359 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
363 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
401 shstrndx = elf_word_to_cpu(shdr.sh_link); in read_ehdr()
427 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs()
428 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs()
433 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
434 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs()
492 sym->st_name = elf_word_to_cpu(sym->st_name); in read_symtabs()