Lines Matching refs:FILE
3 This file is part of Red Hat elfutils.
58 static void print_version (FILE *stream, struct argp_state *state);
59 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
74 { "debuginfo", 'd', NULL, 0, N_("Binary is a separate debuginfo file"), 0 },
86 static const char args_doc[] = N_("FILE...");
122 /* True if binary is from strip -f, not a normal ELF file. */
155 /* Open the file. */
159 error (0, errno, gettext ("cannot open input file"));
223 fputs (gettext ("Missing file name.\n"), stderr);
237 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
249 /* Process one file. */
260 /* Yes! It's an ELF file. */
274 /* Create the full name of the file. */
285 /* It's an archive. We process each file in it. */
312 Not an ELF file - it has the wrong magic bytes at the start\n"));
400 ERROR (gettext ("unknown object file type %d\n"), ehdr->e_type);
411 ERROR (gettext ("unknown object file version\n"));
1197 relocations or not we need to determine whether the file is
1287 section [%2d] '%s': relocation %zu: relocation type invalid for the file type\n"),
1800 section [%2d] '%s': non-DSO file marked as dependency during prelink\n"),
2854 section [%2d] '%s': entry %d has invalid file reference\n"),
3448 /* In a debuginfo file, any normal section can be SHT_NOBITS.
3508 section [%2zu] '%s' present in object file\n"),
3527 section [%2zu] '%s' is extension section index table in non-object file\n"),
3693 section [%2zu] '%s' has type NOBITS but is read from the file in segment of program header entry %d\n"),
3702 section [%2zu] '%s' has not type NOBITS but is not read from the file in segment of program header entry %d\n"),
3925 phdr[%d]: unknown core file note type %" PRIu32 " at offset %" PRIu64 "\n"),
3929 section [%2d] '%s': unknown core file note type %" PRIu32
3951 phdr[%d]: unknown object file note type %" PRIu32 " at offset %Zu\n"),
3955 section [%2d] '%s': unknown object file note type %" PRIu32
3971 phdr[%d]: no note entries defined for the type of file\n"),
3975 /* The p_offset values in a separate debug file are bogus. */
4013 section [%2d] '%s': no note entries defined for the type of file\n"),
4180 program header entry %d: file size greater than memory size\n"),
4190 program header entry %d: file offset and virtual address not module of alignment\n"), cnt);
4196 /* Process one file. */
4214 /* Print the file name. */