Lines Matching refs:symbols

99   PARAMS ((bfd *abfd, asymbol **symbols));
109 PARAMS ((bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset,
122 asymbol **symbols));
135 bfd_boolean relocatable, asymbol **symbols));
156 PARAMS ((bfd *abfd, asymbol **symbols));
160 PARAMS ((bfd *abfd, arelent **arel, asymbol **symbols));
338 symbol->section is filled with the section index for defined symbols
342 It has the correct value for referenced (undefined section) symbols
1051 /*-- Part 4.5, symbols --------------------------------------------------------*/
1054 to asymbols for all the symbols in the BFD abfd, including a
1055 terminal NULL pointer. If there are no symbols in the BFD,
1063 vms_debug (1, "vms_get_symtab_upper_bound(%p), %d symbols\n", abfd, PRIV (gsd_sym_count));
1068 /* Copy symbols from hash table to symbol vector
1088 /* Read the symbols from the BFD abfd, and fills in the vector
1089 location with pointers to the symbols and a trailing NULL.
1091 return # of symbols read */
1094 vms_canonicalize_symtab (abfd, symbols)
1096 asymbol **symbols;
1105 /* traverse table and fill symbols vector */
1107 PRIV (symcache) = symbols;
1110 symbols[PRIV (gsd_sym_count)] = NULL;
1240 vms_find_nearest_line (abfd, section, symbols, offset, file, func, line)
1243 asymbol **symbols ATTRIBUTE_UNUSED;
1251 abfd, section->name, symbols, (long int)offset);
1256 /* Back-door to allow format-aware applications to create debug symbols
1273 symbols. The minisymbol_to_symbol function translates these into
1330 vms_canonicalize_reloc (abfd, section, location, symbols)
1334 asymbol **symbols ATTRIBUTE_UNUSED;
1696 relocatable, symbols)
1702 asymbol **symbols ATTRIBUTE_UNUSED;
1706 abfd, link_info, link_order, data, (relocatable)?"True":"False", symbols);
1773 /* Add symbols from this object file into the hash table. */
1813 /*-- Part 4.9, dynamic symbols and relocations ------------------------------*/
1815 /* Get the amount of memory required to hold the dynamic symbols. */
1838 /* Read in the dynamic symbols. */
1841 vms_canonicalize_dynamic_symtab (abfd, symbols)
1843 asymbol **symbols ATTRIBUTE_UNUSED;
1866 vms_canonicalize_dynamic_reloc (abfd, arel, symbols)
1869 asymbol **symbols ATTRIBUTE_UNUSED;