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

/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c30 static const char elf_signature[] = "\177ELF"; variable
103 if (strncmp(elfbuf, elf_signature, ELFLEN) != 0) {

Completed in 72 milliseconds