Searched refs:IS_ELF (Results 1 – 7 of 7) sorted by relevance
32 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
380 if (hdr->size >= sizeof(Elf32_Ehdr) && IS_ELF(*ee)) { in gethdr()
369 else if (IS_ELF(hdr.eh)) in load()
112 if (!IS_ELF(*hdr)) { in __elfN()
117 if (!IS_ELF(*ehdr)) { in __elfN()
182 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
389 } else if (IS_ELF(hdr.eh)) { in load()