Searched refs:stringpool_offset_ (Results 1 – 2 of 2) sorted by relevance
1000 stringpool_offset_(0), in Gdb_index()1214 this->stringpool_offset_ = data_size; in set_final_data_size()1315 + this->stringpool_offset_ - this->cu_pool_offset_); in do_write()1343 gold_assert(pov - oview == this->stringpool_offset_); in do_write()1346 this->stringpool_.write_to_buffer(pov, oview_size - this->stringpool_offset_); in do_write()
255 off_t stringpool_offset_; variable