Home | History | Annotate | Download | only in libelf

Lines Matching refs:ehdr

54 _libelf_load_section_headers(Elf *e, void *ehdr)
67 assert(ehdr != NULL);
88 eh32 = (Elf32_Ehdr *) ehdr;
92 eh64 = (Elf64_Ehdr *) ehdr;
144 void *ehdr;
154 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
159 _libelf_load_section_headers(e, ehdr) == 0)
183 void *ehdr;
197 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL)
212 _libelf_load_section_headers(e, ehdr) == 0)