Lines Matching refs:table
67 // Print a cross reference table.
90 // For --cref, we build a cross reference table which maps from
191 // appear in the final output table as having been defined by this
214 // Sort symbols for the cross reference table.
248 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const
266 table->insert(std::make_pair(sym, onull));
280 // The column where the file name starts in a cross reference table.
284 // Print a cross reference table.
289 Cref_table table;
290 this->gather_cref(&this->objects_, &table);
294 this->gather_cref(p->second.objects, &table);
296 for (Cref_table::const_iterator pc = table.begin();
297 pc != table.end();
393 // Print a cross reference table.
398 fprintf(f, _("\nCross Reference Table\n\n"));