Home | History | Annotate | Download | only in libelf

Lines Matching full:ehdr

69       ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr;
74 phnum = ehdr->e_phnum;
86 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA
88 || (ehdr->e_phoff
92 ((char *) elf->map_address + elf->start_offset + ehdr->e_phoff);
114 || (ehdr->e_phoff
118 + elf->start_offset + ehdr->e_phoff);
123 elf->start_offset + ehdr->e_phoff),
156 (elf->start_offset + ehdr->e_phoff)) != size)
167 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA)