Home | History | Annotate | Download | only in tests

Lines Matching defs:file

2    This file is part of elfutils.
4 This file is free software; you can redistribute it and/or modify
63 char *file;
79 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
85 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col,
87 if (file != NULL)
93 if (strcmp (file, a->file) || line != a->line || col != 0)
95 file, line);
99 || strcmp (file, a->file) || line != a->line || col != 0)
127 switch (sscanf (a.arg, "%m[^:]:%d", &a.file, &a.line))
142 free (a.file);