usr.bin/nm/nm.c
102
int show_file(int, int, const char *, FILE *fp, off_t, union hdr *);
usr.bin/nm/nm.c
290
retval = show_file(count, 1, fname, fp, 0, &exec_head);
usr.bin/nm/nm.c
607
rval |= show_file(2, non_object_warning, name, fp, foff, &exec_head);