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

/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c29 #define ELFLEN 4 macro
91 if (sb.st_size < ELFLEN) {
97 if (read(fd, elfbuf, ELFLEN) != ELFLEN) {
103 if (strncmp(elfbuf, elf_signature, ELFLEN) != 0) {

Completed in 57 milliseconds