Searched refs:elf_printf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | readelf.c | 71 elf_printf(struct magic_set *ms, const char *fmt, ...) in elf_printf() function 87 if (elf_printf(ms, ", too many %s (%u)", name, num) == -1) in toomany() 380 if (elf_printf(ms, ", no program header") == -1) in dophn_core() 385 if (elf_printf(ms, ", corrupted program header size") == -1) in dophn_core() 396 if (elf_printf(ms, in dophn_core() 419 if (elf_printf(ms, " can't read note section at %jd", in dophn_core() 447 if (elf_printf(ms, ", for NetBSD") == -1) in do_note_netbsd_version() 467 if (elf_printf(ms, " %u.%u", ver_maj, ver_min) == -1) in do_note_netbsd_version() 474 if (elf_printf(ms, ".%u", ver_patch) == -1) in do_note_netbsd_version() 478 if (elf_printf(ms, "Z") == -1) in do_note_netbsd_version() [all …]
|