Searched defs:elf_hdr (Results 1 - 1 of 1) sorted by relevance

/external/qemu/elff/
H A Delf_file.cc85 const Elf_CommonHdr* elf_hdr = &header.common; local
111 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) {
118 assert(elf_hdr->ei_info.ei_class == ELFCLASS32 ||
119 elf_hdr->ei_info.ei_class == ELFCLASS64);
120 if (elf_hdr->ei_info.ei_class != ELFCLASS32 &&
121 elf_hdr->ei_info.ei_class != ELFCLASS64) {
128 if (elf_hdr->ei_info.ei_class == ELFCLASS32) {
135 if (!ret->initialize(elf_hdr, path)) {
146 bool ElfFile::initialize(const Elf_CommonHdr* elf_hdr, const char* path) { argument
166 is_ELF_64_ = elf_hdr
327 initialize(const Elf_CommonHdr* elf_hdr, const char* path) argument
[all...]

Completed in 53 milliseconds