Home
last modified time | relevance | path

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

/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c237 const char *weirdreason = NULL; in ELFNAMEEND() local
262 weirdreason = "multiple symbol tables"; in ELFNAMEEND()
277 weirdreason = "string table does not exist"; in ELFNAMEEND()
281 weirdreason = "section header string table does not exist"; in ELFNAMEEND()
285 weirdreason = "combined strtab and shstrtab not supported"; in ELFNAMEEND()
287 if (weirdreason == NULL) in ELFNAMEEND()
288 weirdreason = "unsupported"; in ELFNAMEEND()
290 fprintf(stderr, "%s: weird executable (%s)\n", fn, weirdreason); in ELFNAMEEND()