Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc39 zero_null_(true), optimize_(false), offset_(sizeof(Stringpool_char)), in Stringpool_template()
226 if (this->zero_null_ && length == 0) in new_key_offset()
388 section_offset_type offset = this->zero_null_ ? charsize : 0; in set_string_offsets()
421 if (this->zero_null_ && (*curr)->first.string[0] == 0) in set_string_offsets()
479 if (this->zero_null_) in write_to_buffer()
Dstringpool.h205 this->zero_null_ = false; in set_no_zero_null()
407 bool zero_null_; variable