Home
last modified time | relevance | path

Searched refs:strtab_size_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc38 : string_set_(), key_to_offset_(), strings_(), strtab_size_(0), in Stringpool_template()
154 gold_assert(this->strtab_size_ == 0); in add_string()
379 if (this->strtab_size_ != 0) in set_string_offsets()
441 this->strtab_size_ = offset; in set_string_offsets()
461 gold_assert(this->strtab_size_ != 0); in get_offset_with_length()
477 gold_assert(this->strtab_size_ != 0); in write_to_buffer()
478 gold_assert(bufsize >= this->strtab_size_); in write_to_buffer()
488 <= this->strtab_size_); in write_to_buffer()
499 gold_assert(this->strtab_size_ != 0); in write()
500 unsigned char* view = of->get_output_view(offset, this->strtab_size_); in write()
[all …]
Dstringpool.h273 gold_assert(this->strtab_size_ != 0); in get_strtab_size()
274 return this->strtab_size_; in get_strtab_size()
405 section_size_type strtab_size_; variable