Lines Matching defs:file
2 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
96 const char *file = dwarf_linesrc (l, NULL, NULL);
102 file ?: "???", line);
104 /* Getting the file path through the Dwarf_Files should
110 printf ("%s: cannot get file from line (%zd): %s\n",
116 if ((path == NULL && file != NULL)
117 || (path != NULL && file == NULL)
118 || (strcmp (file, path) != 0))
120 printf ("%s: line %zd srcline (%s) != file srcline (%s)\n",
121 argv[cnt], i, file ?: "???", path ?: "???");