Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.h200 struct Gdb_symbol struct
213 equal(Gdb_symbol* symbol) in equal() argument
243 Gdb_hashtab<Gdb_symbol>* gdb_symtab_;
Dgdb-index.cc1004 this->gdb_symtab_ = new Gdb_hashtab<Gdb_symbol>(); in Gdb_index()
1130 Gdb_symbol* sym = new Gdb_symbol(); in add_symbol()
1135 Gdb_symbol* found = this->gdb_symtab_->add(sym); in add_symbol()
1309 const Gdb_symbol* sym = (*this->gdb_symtab_)[i]; in do_write()