Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/tools/
Drelocs.c326 #define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
330 #define elf_xword_to_cpu(x) elf32_to_cpu(x) macro
410 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
413 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs()
416 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
417 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
475 sym->st_size = elf_xword_to_cpu(sym->st_size); in read_symtabs()
507 rel->r_info = elf_xword_to_cpu(rel->r_info); in read_relocs()
509 rel->r_addend = elf_xword_to_cpu(rel->r_addend); in read_relocs()