Home | History | Annotate | Download | only in src

Lines Matching defs:file

3    This file is part of Red Hat elfutils.
51 static void print_version (FILE *stream, struct argp_state *state);
52 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
67 N_("Show absolute file names using compilation directory"), 0 },
105 /* True if absolute file names based on DW_AT_comp_dir should be shown. */
175 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
266 const char *file = dwarf_filesrc (files, val, NULL, NULL);
279 if (file != NULL)
280 printf (" from %s", file);
283 printf (" at %s:%u", file, lineno);
285 printf (" at %s:%u:%u", file, lineno, colno);