Home | History | Annotate | Download | only in binutils

Lines Matching defs:extract

1 /* ar.c - Archive modify and extract.
117 print_files, extract, move, quick_append
123 /* For extract/delete only. If COUNTED_NAME_MODE is TRUE, we only
124 extract the COUNTED_NAME_COUNTER instance of that name. */
297 fprintf (s, _(" x[o] - extract file(s) from the archive\n"));
524 operation = extract;
786 if (operation != extract && operation != del)
803 if (operation == extract && bfd_is_thin_archive (arch))
816 case extract:
1021 /* Extract a member of the archive into its own file.