Lines Matching refs:gdb_index_
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()
931 if (this->gdb_index_->pubnames_read(this->object(), stmt_list_off)) in read_pubnames_and_pubtypes()
934 this->gdb_index_->set_pubnames_read(this->object(), stmt_list_off); in read_pubnames_and_pubtypes()
942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset()); in read_pubnames_and_pubtypes()
943 names = this->read_pubtable(this->gdb_index_->pubnames_table(), offset); in read_pubnames_and_pubtypes()
946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset()); in read_pubnames_and_pubtypes()
947 types = this->read_pubtable(this->gdb_index_->pubtypes_table(), offset); in read_pubnames_and_pubtypes()