Lines Matching defs:symbols

324 /* Read and convert symbols to internal format.
325 SYMCOUNT specifies the number of symbols to read, starting from
327 are non-NULL, they are used to store the internal symbols, external
328 symbols, and symbol section index extensions, respectively. */
359 /* Read the symbols. */
407 /* Convert the symbols to internal form. */
888 The symbols will be defined as weak, so that multiple definitions
1017 /* ELF relocs are against symbols. If we are producing relocatable
1421 /* Print the "other" value for a symbol. For common symbols,
1423 For other symbols, we have no specified alignment, and
1937 can't read symbols without that section loaded as well. It
3368 all local symbols to be at the head of the list. */
3383 /* Don't output section symbols for sections that are not going to be
3384 output. Also, don't output section symbols for reloc and other
3430 /* Init sect_syms entries for any section symbols we have already
3448 /* Classify all of the symbols. */
3474 /* Now sort the symbols so the local symbols are first. */
6245 /* Swap out the symbols. */
6345 /* Local section symbols have no name. */
6365 /* ELF common symbols put the alignment into the `value' field,
6590 asymbol **symbols)
6596 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE))
7058 /* Normal local symbols start with ``.L''. */
7063 DWARF debugging symbols starting with ``..''. */
7067 /* gcc will sometimes generate symbols beginning with ``_.L_'' when
7072 we treat such symbols as local. */
7108 asymbol **symbols,
7117 /* ??? Given multiple file symbols, it is impossible to reliably
7118 choose the right file name for global symbols. File symbols are
7119 local symbols, and thus all file symbols must sort before any
7120 global symbols. The ELF spec may be interpreted to say that a
7121 file symbol must sort before other local symbols, but currently
7123 make a better choice of file name for local symbols by ignoring
7124 file symbols appearing after a given local symbol. */
7133 for (p = symbols; *p != NULL; p++)
7185 asymbol **symbols,
7193 if (_bfd_dwarf1_find_nearest_line (abfd, section, symbols, offset,
7198 elf_find_function (abfd, section, symbols, offset,
7205 if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
7211 elf_find_function (abfd, section, symbols, offset,
7218 if (! _bfd_stab_section_find_nearest_line (abfd, symbols, section, offset,
7226 if (symbols == NULL)
7229 if (! elf_find_function (abfd, section, symbols, offset,
7240 _bfd_elf_find_line (bfd *abfd, asymbol **symbols, asymbol *symbol,
7243 return _bfd_dwarf2_find_line (abfd, symbols, symbol,
8902 /* Sort references to symbols by ascending section number. */
8980 symbols. */
9150 /* Two symbols must have the same binding, type and name. */
9196 /* Two symbols must have the same binding, type and name. */