Lines Matching defs:file
198 FILE *file, size_t privsize)
206 if (getline(&line, &line_len, file) < 0)
272 FILE *file;
294 * If we don't have build-ids or the build-id file isn't in the
295 * cache, or is just a kallsyms file, well, lets hope that this
318 pr_err("Can't annotate %s: No vmlinux file%s was found in the "
353 file = popen(command, "r");
354 if (!file)
357 while (!feof(file))
358 if (symbol__parse_objdump_line(sym, map, file, privsize) < 0)
361 pclose(file);
433 FILE *fp;
468 printf("\nSorted summary for file %s\n", filename);