Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c79 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) in elf32_to_cpu() function
182 ehdr->e_version = elf32_to_cpu(ehdr, buf_ehdr->e_version); in elf_read_ehdr()
186 ehdr->e_flags = elf32_to_cpu(ehdr, buf_ehdr->e_flags); in elf_read_ehdr()
228 phdr->p_type = elf32_to_cpu(elf_info->ehdr, buf_phdr->p_type); in elf_read_phdr()
232 phdr->p_flags = elf32_to_cpu(elf_info->ehdr, buf_phdr->p_flags); in elf_read_phdr()
354 shdr->sh_name = elf32_to_cpu(ehdr, buf_shdr->sh_name); in elf_read_shdr()
355 shdr->sh_type = elf32_to_cpu(ehdr, buf_shdr->sh_type); in elf_read_shdr()
358 shdr->sh_link = elf32_to_cpu(ehdr, buf_shdr->sh_link); in elf_read_shdr()
359 shdr->sh_info = elf32_to_cpu(ehdr, buf_shdr->sh_info); in elf_read_shdr()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c169 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function
186 #define elf_word_to_cpu(x) elf32_to_cpu(x)
200 #define elf_addr_to_cpu(x) elf32_to_cpu(x)
201 #define elf_off_to_cpu(x) elf32_to_cpu(x)
202 #define elf_xword_to_cpu(x) elf32_to_cpu(x)
398 ELF_R_SYM(rel->r_info) = elf32_to_cpu(ELF_R_SYM(rel->r_info)); in read_relocs()
/Linux-v4.19/arch/x86/tools/
Drelocs.c313 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function
319 #define elf_word_to_cpu(x) elf32_to_cpu(x)
330 #define elf_addr_to_cpu(x) elf32_to_cpu(x)
331 #define elf_off_to_cpu(x) elf32_to_cpu(x)
332 #define elf_xword_to_cpu(x) elf32_to_cpu(x)