Home
last modified time | relevance | path

Searched refs:LIBELF_IS_ELF (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c59 #undef LIBELF_IS_ELF in _libelf_memory()
60 #define LIBELF_IS_ELF(P) ((P)[EI_MAG0] == ELFMAG0 && \ in _libelf_memory() macro
64 if (sz > EI_NIDENT && LIBELF_IS_ELF(image)) { in _libelf_memory()