Lines Matching defs:elf64toh
143 #define elf64toh(x) le64toh(x)
151 #define elf64toh(x) be64toh(x)
206 for (var = elf_ptr(Elf64_Rela, elf64toh(shdr->sh_offset)); \
207 var < elf_ptr(Elf64_Rela, elf64toh(shdr->sh_offset) + elf64toh(shdr->sh_size)); var++)
224 return elf_ptr(char, elf64toh(shdr->sh_offset));
292 elf.sh_table = section_by_off(elf64toh(elf.ehdr->e_shoff));
342 elf64toh(rela->r_offset));
373 uint32_t type = (uint32_t)elf64toh(rela->r_info);
376 assert_lt(elf64toh(rela->r_offset), elf64toh(sh_orig->sh_size), "0x%lx");