Lines Matching refs:FILE
1 /* Print symbol information from ELF file in human-readable form.
3 This file is part of Red Hat elfutils.
60 static void print_version (FILE *stream, struct argp_state *state);
61 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
86 { "print-file-name", 'A', NULL, 0,
87 N_("Print name of the input file before every symbol"), 0 },
111 static const char args_doc[] = N_("[FILE...]");
123 /* Print symbols in file named FNAME. */
130 /* Handle ELF file. */
250 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
355 /* Open the file and determine the type. */
359 /* Open the file. */
402 error (0, 0, gettext ("%s: File format not recognized"), fname);
488 error (0, 0, gettext ("%s%s%s: file format not recognized"),
550 const char *file;
691 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
801 /* If we have to precede the line with the file name. */
883 /* If we have to precede the line with the file name. */
942 /* If we have to precede the line with the file name. */
1046 is a 64 bit file. */
1155 basename ((*found)->file),
1241 /* Get the backend for this object file type. */
1254 /* XXX Add machine specific object file types. */
1261 /* Create the full name of the file. */