Lines Matching defs:to

19    along with this program; if not, write to the Free Software
35 /* When sorting by size, we use this structure to hold the size and a
36 pointer to the minisymbol. */
44 /* When fetching relocs, we use this structure to pass information to
134 /* The output format to use. */
157 /* When to print the names of files. Not mutually exclusive in SYSV format. */
172 /* Used to cache the line numbers for a BFD. */
231 -l, --line-numbers Use debugging information to find a filename and\n\
253 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO);
257 /* Set the radix for the symbol value and size according to RADIX. */
383 /* Choose which symbol entries to print;
384 compact them downward to get rid of the rest.
385 Return the number of symbols to be printed. */
391 bfd_byte *from, *fromend, *to;
400 to = (bfd_byte *) minisyms;
448 memcpy (to, from, size);
449 to += size;
453 return (to - (bfd_byte *) minisyms) / size;
457 /* These globals are used to pass information into the sorting
550 to numeric_forward, but when symbols have the same value it sorts
553 tries to sort file names before other symbols with the same value.
555 sort_symbols_by_size choose the non file name symbol, leading to
645 we have to make a guess by assuming that the difference between the
661 /* We are going to return a special set of symbols and sizes to
741 /* This function is used to get the relocs for a particular section.
804 /* We need to get the canonical symbols in order to call
806 don't have to use --line-numbers. */
835 /* For an undefined symbol, we try to find a reloc for the
1055 /* Discard the symbols we don't want to print.
1056 It's OK to do this in place; we'll free the storage anyway
1217 as appropriate for their output format, to determine whether to
1360 /* We have a 64 bit value to print, but the host is only 32 bit. */
1404 print both values. This conforms to documented behaviour. */
1643 /* We were given several filenames to do. */