Home
last modified time | relevance | path

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

/linux/arch/s390/tools/
H A Drelocs.c106 #define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
172 shnum = elf_xword_to_cpu(shdr.sh_size); in read_ehdr()
204 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
207 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs()
210 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
211 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
243 rel->r_info = elf_xword_to_cpu(rel->r_info); in read_relocs()
245 rel->r_addend = elf_xword_to_cpu(rel->r_addend); in read_relocs()
/linux/arch/mips/boot/tools/
H A Drelocs.c199 #define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
203 #define elf_xword_to_cpu(x) elf32_to_cpu(x) macro
282 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
285 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs()
288 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
289 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
347 sym->st_size = elf_xword_to_cpu(sym->st_size); in read_symtabs()
393 rel->r_info = elf_xword_to_cpu(rel->r_info); in read_relocs()
402 rel->r_addend = elf_xword_to_cpu(rel->r_addend); in read_relocs()
/linux/arch/x86/tools/
H A Drelocs.c322 # define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
326 # define elf_xword_to_cpu(x) elf32_to_cpu(x) macro
401 shnum = elf_xword_to_cpu(shdr.sh_size); in read_ehdr()
431 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
434 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs()
437 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign); in read_shdrs()
438 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
508 sym->st_size = elf_xword_to_cpu(sym->st_size); in read_symtabs()
545 rel->r_info = elf_xword_to_cpu(rel->r_info); in read_relocs()
547 rel->r_addend = elf_xword_to_cpu(rel->r_addend); in read_relocs()