Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.cc1004 this->gdb_symtab_ = new Gdb_hashtab<Gdb_symbol>(); in Gdb_index()
1010 delete this->gdb_symtab_; in ~Gdb_index()
1135 Gdb_symbol* found = this->gdb_symtab_->add(sym); in add_symbol()
1211 data_size += this->gdb_symtab_->capacity() * gdb_index_sym_size; in set_final_data_size()
1307 for (unsigned int i = 0; i < this->gdb_symtab_->capacity(); ++i) in do_write()
1309 const Gdb_symbol* sym = (*this->gdb_symtab_)[i]; in do_write()
Dgdb-index.h243 Gdb_hashtab<Gdb_symbol>* gdb_symtab_; variable