Home
last modified time | relevance | path

Searched refs:ELFLEN (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c30 #define ELFLEN 4 macro
92 if (sb.st_size < ELFLEN) { in check_file()
98 if (read(fd, elfbuf, ELFLEN) != ELFLEN) { in check_file()
104 if (strncmp(elfbuf, elf_signature, ELFLEN) != 0) { in check_file()