Lines Matching refs:FILE
3 This file is part of Red Hat elfutils.
60 static void print_version (FILE *stream, struct argp_state *state);
61 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
133 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
162 /* Handle a file given on the command line. */
181 /* First we walk through the file, looking for all ELF files to
235 /* If the file contains no symbols we need not do anything. */
238 /* We have to rewrite the file also if it initially had an index
242 /* Create a new, temporary file in the same directory as the
243 original file. */
250 error (0, errno, gettext ("cannot create new file"));
266 /* Create the new file. There are three parts as far we are
283 /* Even if the original file had content before the
288 /* Set the mode of the new file to the same values the
289 original file has. */