Lines Matching defs:file
3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
87 to open and read the "/proc/%d/exe" file.
247 char *file = line + nread + strspn (line + nread, " \t");
248 if (file[0] != '/' || (ino == 0 && dmajor == 0 && dminor == 0))
249 /* This line doesn't indicate a file mapping. */
255 /* This is another portion of the same file's mapping. */
256 if (strcmp (last_file, file) != 0)
265 /* This is a different file mapping. Report the last one. */
270 last_file = strdup (file);