Home | History | Annotate | Download | only in libelf

Lines Matching refs:ehdr

76   ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr;
106 + elf->start_offset + ehdr->e_shoff);
108 assert (ehdr->e_ident[EI_DATA] != MY_ELFDATA
114 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA)
126 + elf->start_offset + ehdr->e_shoff);
131 + elf->start_offset + ehdr->e_shoff),
170 elf->start_offset + ehdr->e_shoff);
180 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA)
227 if (unlikely (scn->elf->state.elf.ehdr == NULL))