Lines Matching full:ehdr
42 if (unlikely (scn->elf->state.elf.ehdr == NULL))
59 ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr;
93 assert (ehdr->e_ident[EI_DATA] != MY_ELFDATA
95 && (ehdr->e_shoff
101 || (ehdr->e_shoff
105 + elf->start_offset + ehdr->e_shoff);
110 + elf->start_offset + ehdr->e_shoff),
133 elf->start_offset + ehdr->e_shoff) != size)
142 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA)