HomeSort by relevance Sort by last modified time
    Searched full:cref_table (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
ldcref.c 100 static struct cref_hash_table cref_table; variable in typeref:struct:cref_hash_table
168 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc,
174 h = cref_hash_lookup (&cref_table, name, TRUE, FALSE);
184 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r);
220 for (i = 0; i < cref_table.root.size; i++)
226 for (p = cref_table.root.table[i]; p != NULL; p = p->next)
228 entsize += cref_table.root.entsize;
235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *);
238 alloc_mark = bfd_hash_allocate (&cref_table.root, 1);
242 memcpy (old_tab, cref_table.root.table, tabsize)
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
cref.cc 101 typedef std::map<const Symbol*, Objects*, Cref_table_compare> Cref_table;
113 gather_cref(const Objects*, Cref_table*) const;
248 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const
265 std::pair<Cref_table::iterator, bool> ins =
267 Cref_table::iterator pc = ins.first;
289 Cref_table table;
296 for (Cref_table::const_iterator pc = table.begin();

Completed in 172 milliseconds