Lines Matching defs:file
1 /* Print symbol information from ELF file in human-readable form.
3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
77 { "print-file-name", 'A', NULL, 0,
78 N_("Print name of the input file before every symbol"), 0 },
126 /* Print symbols in file named FNAME. */
133 /* Handle ELF file. */
355 /* Open the file and determine the type. */
359 /* Open the file. */
489 error (0, 0, _("%s%s%s: file format not recognized"),
551 const char *file;
691 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
825 /* If we have to precede the line with the file name. */
972 /* If we have to precede the line with the file name. */
1104 /* If we have to precede the line with the file name. */
1172 used. Only used for finding the alternate debug file if the Dwarf
1173 comes from the main file. We are not interested in separate
1189 elf file but is only missing the alternate debug link. If dwbias
1200 /* Get the Dwarf for the module/file we want. */
1274 for the ET_REL file containing Dwarf, so no need for
1289 /* Let 0 be the logical address of the file (or
1328 is a 64 bit file. */
1419 const char *file = dwarf_linesrc (line, NULL, NULL);
1420 file = (file != NULL) ? basename (file) : "???";
1422 n = obstack_printf (&whereob, "%s:%d%c", file,
1451 basename ((*found)->file),
1543 /* Create the full name of the file. */
1550 /* Get the backend for this object file type. */
1565 /* XXX Add machine specific object file types. */