Searched refs:symtab_section_ (Results 1 – 5 of 5) sorted by relevance
814 gold_assert(this->symtab_section_ != NULL); in symtab_section()815 return this->symtab_section_; in symtab_section()1358 Output_section* symtab_section_; variable
565 symtab_section_(NULL), relocs_section_(NULL), in Incremental_inputs()630 { return this->symtab_section_; } in symtab_section()695 Output_data_space* symtab_section_; variable
442 symtab_section_(NULL), in Layout()3847 if (*p == this->symtab_section_) in set_section_offsets()4101 this->symtab_section_ = osymtab; in create_symtab_sections()5329 if (this->symtab_section_ != NULL) in symtab_section_offset()5330 return this->symtab_section_->offset(); in symtab_section_offset()5340 if (this->symtab_section_ != NULL) in symtab_section_shndx()5341 return this->symtab_section_->out_shndx(); in symtab_section_shndx()5368 const Output_section* symtab_section = this->symtab_section_; in write_data()
1242 this->symtab_section_ = new Output_data_space(4, "** incremental_symtab"); in create_data_sections()
8154 (Incremental_inputs::symtab_section_): New data member.