HomeSort by relevance Sort by last modified time
    Searched refs:stringpool_ (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
merge.h 464 : Output_merge_base(sizeof(Char_type), addralign), stringpool_(addralign),
467 this->stringpool_.set_no_zero_null();
504 { this->stringpool_.write_to_buffer(buffer, buffer_size); }
509 { this->stringpool_.clear(); }
562 Stringpool_template<Char_type> stringpool_; member in class:gold::Output_merge_string
merge.cc 575 this->stringpool_.add_with_length(p, len, true, &key);
612 this->stringpool_.set_string_offsets();
633 this->stringpool_.get_offset_from_key(p->stringpool_key);
643 return this->stringpool_.get_strtab_size();
660 this->stringpool_.write(of, this->offset());
669 this->stringpool_.write_to_buffer(buffer, this->data_size());
716 this->stringpool_.print_stats(buf);
gdb-index.h 249 Stringpool stringpool_; member in class:gold::Gdb_index
gdb-index.cc 995 stringpool_(),
    [all...]
dwp.cc 458 stringpool_(), shstrtab_(), cu_index_(), tu_index_(), last_type_sig_(0),
462 this->stringpool_.set_no_zero_null();
673 Stringpool stringpool_; member in class:gold::Dwp_output_file
    [all...]

Completed in 344 milliseconds