Lines Matching defs:copy

1 /* objcopy.c -- copy object file from input to output, optionally massaging it.
18 You should have received a copy of the GNU General Public License
73 /* If `copy_byte' >= 0, copy only that byte of every `interleave' bytes. */
119 bfd_boolean copy; /* Whether to copy this section. */
438 -j --only-section <name> Only copy section <name> into the output\n\
444 -N --strip-symbol <name> Do not copy symbol <name>\n\
446 Do not copy symbol <name> unless needed by\n\
461 -i --interleave <number> Only copy one out of every <number> bytes\n\
537 -N --strip-symbol=<name> Do not copy symbol <name>\n\
595 char *copy;
597 copy = xmalloc (len + 1);
598 strncpy (copy, s, len);
599 copy[len] = '\0';
600 non_fatal (_("unrecognized section flag `%s'"), copy);
630 p->copy = FALSE;
842 if (sections_copied && (p == NULL || ! p->copy))
905 /* Choose which symbol entries to copy; put the result in OSYMS.
906 We don't copy in place, because that confuses the relocs.
1278 printf (_("copy from `%s' [unknown] to `%s' [unknown]\n"),
1342 printf (_("copy from `%s' [%s] to `%s' [%s]\n"),
1762 /* Do not copy backend data if --extract-symbol is passed; anything
1767 /* Allow the BFD backend to copy any private data it understands
1801 /* Read each archive element in turn from IBFD, copy the
2137 /* Allow the BFD backend to copy any private data it understands
2282 /* Do not copy backend data if --extract-symbol is passed; anything
2287 /* Allow the BFD backend to copy any private data it understands
2315 If stripping then don't copy any relocation info. */
2614 the next thing the caller is going to do is copy over the
2771 non_fatal (_("could not create temporary file to hold stripped copy of '%s'"),
2852 p->copy = TRUE;
2858 if (p->copy)