Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/crunch/crunchide/
Dexec_elf32.c249 const char *weirdreason = NULL; in ELFNAMEEND() local
274 weirdreason = "multiple symbol tables"; in ELFNAMEEND()
289 weirdreason = "string table does not exist"; in ELFNAMEEND()
293 weirdreason = "section header string table does not exist"; in ELFNAMEEND()
295 if (weirdreason == NULL) in ELFNAMEEND()
296 weirdreason = "unsupported"; in ELFNAMEEND()
298 fprintf(stderr, "%s: weird executable (%s)\n", fn, weirdreason); in ELFNAMEEND()