Home | History | Annotate | Download | only in tests

Lines Matching defs:file

2    This file is part of Red Hat elfutils.
71 char *file;
87 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
93 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col,
95 if (file != NULL)
101 if (strcmp (file, a->file) || line != a->line || col != 0)
103 file, line);
107 || strcmp (file, a->file) || line != a->line || col != 0)
135 switch (sscanf (a.arg, "%m[^:]:%d", &a.file, &a.line))
150 free (a.file);