Home
last modified time | relevance | path

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

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