Lines Matching refs:FILE
3 This file is part of Red Hat elfutils.
61 static void print_version (FILE *stream, struct argp_state *state);
62 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
71 { "all", 'a', NULL, 0, N_("Scan entire file, not only loaded sections"), 0 },
77 { "print-file-name", 'f', NULL, 0,
78 N_("Print name of the file before each string."), 0 },
92 static const char args_doc[] = N_("[FILE...]");
106 /* True if whole file and not only loaded sections are looked at. */
124 /* True if file names should be printed before strings. */
134 /* Mapped parts of the ELF file. */
171 structured file. */
224 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
377 assume the file data is encoded in UCS-2/UTF-16 or
459 /* Map a file in as large chunks as possible. */
472 address spaces larger than about 43 bits. Not that any file
480 /* Try to mmap the file. */
488 always look at every byte of the file it makes sense to
515 /* Read the file without mapping. */
596 /* Read from the file descriptor. For this we must position the
610 this extend beyond the end of the file. The Linux kernel
660 /* Map the rest of the file, eventually again in pieces.
713 /* We will look at each section separately. The ELF file is not