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
38 error (EXIT_FAILURE, 0, "No input file given");
44 const char *file = argv[i];
45 int fd = open (file, O_RDONLY);
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
52 printf("%s: elf_begin failed: %s\n", file, elf_errmsg (-1));
62 printf ("%s: <no NT_GNU_BUILD_ID note>\n", file);
66 file, elf_errmsg (-1));
68 printf ("%s: build ID: ", file);