Lines Matching defs:file
3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
74 const char *file = dwarf_linesrc (l, NULL, NULL);
80 file ?: "???", line);
82 /* Getting the file path through the Dwarf_Files should
88 printf ("%s: cannot get file from line (%zd): %s\n",
94 if ((path == NULL && file != NULL)
95 || (path != NULL && file == NULL)
96 || (strcmp (file, path) != 0))
98 printf ("%s: line %zd srcline (%s) != file srcline (%s)\n",
99 argv[cnt], i, file ?: "???", path ?: "???");