Lines Matching defs:from

1 /* objcopy.c -- copy object file from input to output, optionally massaging it.
203 /* List of sections to dump from the output BFD. */
230 /* Whether to remove the leading character from global symbol names. */
545 -R --remove-section <name> Remove section <name> from the output\n\
546 --remove-relocations <name> Remove relocations from section <name>\n\
598 --remove-leading-char Remove leading character from global symbols\n\
640 @<file> Read options from <file>\n\
655 fprintf (stream, _(" Removes symbols and sections from files\n"));
676 -R --remove-section=<name> Also remove section <name> from the output\n\
677 --remove-relocations <name> Remove relocations from section <name>\n\
1153 /* PR 20089: An earlier error may have prevented us from loading the symbol table. */
1393 asymbol **from = isyms, **to = osyms;
1399 asymbol *sym = from[src_count];
1643 from the file, and add them to the symbol redefine list. */
1786 printf (_("copy from `%s' [unknown] to `%s' [unknown]\n"),
1883 printf (_("copy from `%s' [%s] to `%s' [%s]\n"),
2236 have no way to distinguish PE from COFF here. */
2516 from the input BFD to the output BFD. This is done last to
2548 /* Read each archive element in turn from IBFD, copy the
2995 from the input section to the output section. */
3166 from the input section to the output section. */
3226 /* Return TRUE if ISECTION from IBFD should have its relocations removed,
3228 removed from a section that does not have relocations then this
3363 /* The output SHF_COMPRESSED section size is different from input if
3413 char *from = (char *) memhunk + copy_byte;
3418 for (; from < end; from += interleave)
3421 if (&from[i] >= end)
3423 *to++ = from[i];
4388 non_fatal (_("Warning: truncating gap-fill from 0x%s to 0x%x"),