Home | History | Annotate | Download | only in gold

Lines Matching refs:strtab_size_

38   : string_set_(), key_to_offset_(), strings_(), strtab_size_(0),
154 gold_assert(this->strtab_size_ == 0);
379 if (this->strtab_size_ != 0)
441 this->strtab_size_ = offset;
461 gold_assert(this->strtab_size_ != 0);
477 gold_assert(this->strtab_size_ != 0);
478 gold_assert(bufsize >= this->strtab_size_);
488 <= this->strtab_size_);
499 gold_assert(this->strtab_size_ != 0);
500 unsigned char* view = of->get_output_view(offset, this->strtab_size_);
501 this->write_to_buffer(view, this->strtab_size_);
502 of->write_output_view(offset, this->strtab_size_, view);