Searched refs:elf32_to_cpu (Results 1 – 3 of 3) sorted by relevance
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()
307 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function313 #define elf_word_to_cpu(x) elf32_to_cpu(x)324 # define elf_addr_to_cpu(x) elf32_to_cpu(x)325 # define elf_off_to_cpu(x) elf32_to_cpu(x)326 # define elf_xword_to_cpu(x) elf32_to_cpu(x)343 return elf32_to_cpu(xsymtab[index]); in sym_index()
88 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function97 #define elf_word_to_cpu(x) elf32_to_cpu(x)
Completed in 724 milliseconds