Lines Matching refs:object

180 			Relobj* object,  in Gdb_index_info_reader()  argument
187 : Dwarf_info_reader(is_type_unit, object, symbols, symbols_size, shndx, in Gdb_index_info_reader()
380 this->object()->name().c_str()); in visit_top_die()
394 this->object()->name().c_str()); in visit_top_die()
828 this->gdb_index_->add_address_range_list(this->object(), in record_cu_ranges()
847 this->object()->name().c_str()); in record_cu_ranges()
850 if (shndx == 0 || this->object()->is_section_included(shndx)) in record_cu_ranges()
854 this->gdb_index_->add_address_range_list(this->object(), in record_cu_ranges()
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()
1025 Relobj* object, in map_pubtable_to_dies() argument
1045 if (!table->read_section(object, symbols, symbols_size)) in map_pubtable_to_dies()
1061 Relobj* object, in map_pubnames_and_types_to_dies() argument
1066 this->pubnames_object_ = object; in map_pubnames_and_types_to_dies()
1072 object, symbols, symbols_size); in map_pubnames_and_types_to_dies()
1076 object, symbols, symbols_size); in map_pubnames_and_types_to_dies()
1107 Relobj* object, in scan_debug_info() argument
1114 Gdb_index_info_reader dwinfo(is_type_unit, object, in scan_debug_info()
1118 if (object != this->pubnames_object_) in scan_debug_info()
1119 map_pubnames_and_types_to_dies(&dwinfo, object, symbols, symbols_size); in scan_debug_info()
1163 Gdb_index::pubnames_read(const Relobj* object, off_t offset) in pubnames_read() argument
1165 bool ret = (this->pubnames_object_ == object in pubnames_read()
1174 Gdb_index::set_pubnames_read(const Relobj* object, off_t offset) in set_pubnames_read() argument
1176 this->pubnames_object_ = object; in set_pubnames_read()
1284 Relobj* object = this->ranges_[i].object; in do_write() local
1292 const Output_section* os = object->output_section(range.shndx); in do_write()
1294 + object->output_section_offset(range.shndx)); in do_write()