Searched refs:elf_xword_to_cpu (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/tools/
H A Drelocs.c342 #define elf_xword_to_cpu(x) elf64_to_cpu(x) macro
346 #define elf_xword_to_cpu(x) elf32_to_cpu(x) macro
426 shnum = elf_xword_to_cpu(shdr.sh_size);
457 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags);
460 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size);
463 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign);
464 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize);
545 sym->st_size = elf_xword_to_cpu(sym->st_size);
583 rel->r_info = elf_xword_to_cpu(rel->r_info);
585 rel->r_addend = elf_xword_to_cpu(re
[all...]
/linux-master/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);
204 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags);
207 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size);
210 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign);
211 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize);
243 rel->r_info = elf_xword_to_cpu(rel->r_info);
245 rel->r_addend = elf_xword_to_cpu(rel->r_addend);
/linux-master/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);
284 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size);
287 sec->shdr.sh_addralign = elf_xword_to_cpu(shdr.sh_addralign);
288 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize);
346 sym->st_size = elf_xword_to_cpu(sym->st_size);
392 rel->r_info = elf_xword_to_cpu(rel->r_info);
401 rel->r_addend = elf_xword_to_cpu(rel->r_addend);

Completed in 117 milliseconds