Home | History | Annotate | Download | only in gold

Lines Matching full:strtab_

563       strtab_(new Stringpool()), current_object_(NULL),
569 ~Incremental_inputs() { delete this->strtab_; }
645 { return this->strtab_; }
685 Stringpool* strtab_;
777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0)
782 : p_(p), strtab_(strtab)
1156 if (this->strtab_.get_c_string(offset, &s))
1164 elfcpp::Elf_strtab strtab_;