Lines Matching refs:symbols
91 // symbols to lists of objects. The symbols are sorted
166 fprintf(f, "symbols %s %zu %zu\n", object->name().c_str(), defined, used);
186 // The first is "symbols FILENAME DEFINED USED". FILENAME is the name
188 // be ARCHIVEFILENAME(MEMBERNAME). DEFINED is the number of symbols
189 // which the object file defines. USED is the number of symbols which
190 // are used in the final output; this is the number of symbols which
192 // object. These numbers will be different when weak symbols are
214 // Sort symbols for the cross reference table.
238 // We should never have two different symbols with the same name and
254 const Object::Symbols* symbols = (*po)->get_global_symbols();
255 if (symbols == NULL)
257 for (Object::Symbols::const_iterator ps = symbols->begin();
258 ps != symbols->end();