Lines Matching defs:symbols

314 /* Read and convert symbols to internal format.
315 SYMCOUNT specifies the number of symbols to read, starting from
317 are non-NULL, they are used to store the internal symbols, external
318 symbols, and symbol section index extensions, respectively. */
349 /* Read the symbols. */
397 /* Convert the symbols to internal form. */
851 The symbols will be defined as weak, so that multiple definitions
980 /* ELF relocs are against symbols. If we are producing relocatable
1389 /* Print the "other" value for a symbol. For common symbols,
1391 For other symbols, we have no specified alignment, and
1919 can't read symbols without that section loaded as well. It
3309 all local symbols to be at the head of the list. */
3357 /* Init sect_syms entries for any section symbols we have already
3399 /* Classify all of the symbols. */
3423 /* Now sort the symbols so the local symbols are first. */
6233 /* Swap out the symbols. */
6333 /* Local section symbols have no name. */
6353 /* ELF common symbols put the alignment into the `value' field,
6574 asymbol **symbols)
6580 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE))
7042 /* Normal local symbols start with ``.L''. */
7047 DWARF debugging symbols starting with ``..''. */
7051 /* gcc will sometimes generate symbols beginning with ``_.L_'' when
7056 we treat such symbols as local. */
7092 asymbol **symbols,
7101 /* ??? Given multiple file symbols, it is impossible to reliably
7102 choose the right file name for global symbols. File symbols are
7103 local symbols, and thus all file symbols must sort before any
7104 global symbols. The ELF spec may be interpreted to say that a
7105 file symbol must sort before other local symbols, but currently
7107 make a better choice of file name for local symbols by ignoring
7108 file symbols appearing after a given local symbol. */
7117 for (p = symbols; *p != NULL; p++)
7169 asymbol **symbols,
7177 if (_bfd_dwarf1_find_nearest_line (abfd, section, symbols, offset,
7182 elf_find_function (abfd, section, symbols, offset,
7189 if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
7195 elf_find_function (abfd, section, symbols, offset,
7202 if (! _bfd_stab_section_find_nearest_line (abfd, symbols, section, offset,
7210 if (symbols == NULL)
7213 if (! elf_find_function (abfd, section, symbols, offset,
7224 _bfd_elf_find_line (bfd *abfd, asymbol **symbols, asymbol *symbol,
7227 return _bfd_dwarf2_find_line (abfd, symbols, symbol,
8820 /* Make sure that undefined symbols are at the end. */
8852 symbols. */
8924 /* Sort symbols by binding and section. Global definitions are at
8938 /* Sort symbols by binding and section. Global definitions are at
9015 /* Two symbols must have the same binding, type and name. */