Home
last modified time | relevance | path

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

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