Searched refs:gdb_index_ (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.cc | 189 gdb_index_(gdb_index), cu_index_(0), cu_language_(0) in Gdb_index_info_reader() 289 Gdb_index* gdb_index_; member in gold::Gdb_index_info_reader 325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length); in visit_compilation_unit() 338 this->cu_index_ = -1 - this->gdb_index_->add_type_unit(tu_offset, type_offset, in visit_type_unit() 440 this->gdb_index_->add_symbol(this->cu_index_, in visit_die() 480 this->gdb_index_->add_symbol(this->cu_index_, in visit_die() 828 this->gdb_index_->add_address_range_list(this->object(), in record_cu_ranges() 854 this->gdb_index_->add_address_range_list(this->object(), in record_cu_ranges() 880 this->gdb_index_->add_symbol(this->cu_index_, name, flag_byte); in read_pubtable() 919 return this->gdb_index_->pubnames_read(this->object(), in read_pubnames_and_pubtypes() [all …]
|