Lines Matching refs:elf64
60 of `elf32' and `elf64'. */
66 == offsetof (struct Elf, state.elf64.ehdr));
68 == sizeof (elf->state.elf64.ehdr));
81 : elf->state.elf64.ehdr->e_shstrndx);
156 if (unlikely (elf->state.elf64.scns.cnt == 0))
164 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
166 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
170 size_t offset = elf->state.elf64.ehdr->e_shoff;
173 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
214 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA)