Searched refs:LIBELF_IS_ELF (Results 1 – 1 of 1) sorted by relevance
59 #undef LIBELF_IS_ELF in _libelf_memory()60 #define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \ in _libelf_memory() macro64 if (sz > EI_NIDENT && LIBELF_IS_ELF(image)) { in _libelf_memory()