Home | History | Annotate | Download | only in gold

Lines Matching refs:obj_

111     : name_(name), obj_(NULL), input_file_(NULL), is_compressed_(),
161 { return this->obj_->shnum(); }
166 { return this->obj_->section_type(shndx); }
171 { return this->obj_->section_name(shndx); }
178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); }
232 Relobj* obj_;
831 if (this->obj_ != NULL)
832 delete this->obj_;
843 this->obj_ = this->make_object(NULL);
877 Dwo_name_info_reader dwarf_reader(this->obj_, debug_info);
888 this->obj_ = this->make_object(output_file);
988 this->obj_ = this->make_object(NULL);
1122 if (this->obj_->is_big_endian())
1274 if (this->obj_->is_big_endian())
1462 if (this->obj_->is_big_endian())
1538 Unit_reader reader(is_debug_types, this->obj_, shndx);