Searched refs:elf32_to_cpu (Results 1 – 3 of 3) sorted by relevance
79 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) in elf32_to_cpu() function182 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()
169 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function186 #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()
313 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function319 #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)