Home
last modified time | relevance | path

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

/arch/mips/boot/tools/
A 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()
/arch/x86/tools/
A Drelocs.c307 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function
313 #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()
/arch/s390/tools/
A Drelocs.c88 static uint32_t elf32_to_cpu(uint32_t val) in elf32_to_cpu() function
97 #define elf_word_to_cpu(x) elf32_to_cpu(x)

Completed in 724 milliseconds