Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs.c198 #define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
202 #define elf_xword_to_cpu(x) elf32_to_cpu(x) macro
281 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
284 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs()
287 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
288 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
346 sym->st_size = elf_xword_to_cpu(sym->st_size); in read_symtabs()
392 rel->r_info = elf_xword_to_cpu(rel->r_info); in read_relocs()
401 rel->r_addend = elf_xword_to_cpu(rel->r_addend); in read_relocs()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c332 #define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
336 #define elf_xword_to_cpu(x) elf32_to_cpu(x) macro
399 shnum = elf_xword_to_cpu(shdr.sh_size); in read_ehdr()
430 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
433 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs()
436 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
437 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
495 sym->st_size = elf_xword_to_cpu(sym->st_size); in read_symtabs()
527 rel->r_info = elf_xword_to_cpu(rel->r_info); in read_relocs()
529 rel->r_addend = elf_xword_to_cpu(rel->r_addend); in read_relocs()