Home
last modified time | relevance | path

Searched refs:Cref_table (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dcref.cc101 typedef std::map<const Symbol*, Objects*, Cref_table_compare> Cref_table; typedef in gold::Cref_inputs
113 gather_cref(const Objects*, Cref_table*) const;
248 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const in gather_cref()
265 std::pair<Cref_table::iterator, bool> ins = in gather_cref()
267 Cref_table::iterator pc = ins.first; in gather_cref()
289 Cref_table table; in print_cref()
296 for (Cref_table::const_iterator pc = table.begin(); in print_cref()
DChangeLog10842 (class Cref_inputs): Define Cref_table_compare and Cref_table.