Home | History | Annotate | Download | only in tests

Lines Matching defs:file

3    This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
36 error (EXIT_FAILURE, 0, "No input file given");
42 const char *file = argv[i];
43 int fd = open (file, O_RDONLY);
45 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
50 file, elf_errmsg (-1));
55 printf ("%s: <no gnu_debuglink file>\n", file);
57 printf ("%s: %s, crc: %" PRIx32 "\n", file, debug, crc);