HomeSort by: relevance | last modified time | path
    Searched defs:elf_printf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/file/dist/src/
readelf.c 77 elf_printf(struct magic_set *ms, const char *fmt, ...) function
93 if (elf_printf(ms, ", too many %s (%u)", name, num) == -1)
386 if (elf_printf(ms, ", no program header") == -1)
391 if (elf_printf(ms, ", corrupted program header size") == -1)
402 if (elf_printf(ms,
425 if (elf_printf(ms, " can't read note section at %jd",
453 if (elf_printf(ms, ", for NetBSD") == -1)
473 if (elf_printf(ms, " %u.%u", ver_maj, ver_min) == -1)
480 if (elf_printf(ms, ".%u", ver_patch) == -1)
484 if (elf_printf(ms, "Z") == -1
    [all...]

Completed in 19 milliseconds