Lines Matching defs:to

17    along with this program; if not, write to the Free Software
42 /* When sorting by size, we use this structure to hold the size and a
43 pointer to the minisymbol. */
51 /* When fetching relocs, we use this structure to pass information to
142 /* The output format to use. */
166 /* When to print the names of files. Not mutually exclusive in SYSV format. */
194 /* Used to cache the line numbers for a BFD. */
257 -l, --line-numbers Use debugging information to find a filename and\n\
285 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO);
289 /* Set the radix for the symbol value and size according to RADIX. */
457 /* Choose which symbol entries to print;
458 compact them downward to get rid of the rest.
459 Return the number of symbols to be printed. */
465 bfd_byte *from, *fromend, *to;
474 to = (bfd_byte *) minisyms;
488 non_fatal (_("%s: plugin needed to handle lto object"),
528 if (to != from)
529 memcpy (to, from, size);
530 to += size;
534 return (to - (bfd_byte *) minisyms) / size;
538 /* These globals are used to pass information into the sorting
631 to numeric_forward, but when symbols have the same value it sorts
634 tries to sort file names before other symbols with the same value.
636 sort_symbols_by_size choose the non file name symbol, leading to
726 we have to make a guess by assuming that the difference between the
742 /* We are going to return a special set of symbols and sizes to
825 /* This function is used to get the relocs for a particular section.
915 /* We need to get the canonical symbols in order to call
917 don't have to use --line-numbers. */
946 /* For an undefined symbol, we try to find a reloc for the
1183 /* Discard the symbols we don't want to print.
1184 It's OK to do this in place; we'll free the storage anyway
1352 as appropriate for their output format, to determine whether to
1495 /* We have a 64 bit value to print, but the host is only 32 bit. */
1539 print both values. This conforms to documented behaviour. */
1803 /* We were given several filenames to do. */