Searched refs:stringpool_offset_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dgdb-index.h255 off_t stringpool_offset_; member in class:gold::Gdb_index
H A Dgdb-index.cc1000 stringpool_offset_(0),
1214 this->stringpool_offset_ = data_size;
1315 + this->stringpool_offset_ - this->cu_pool_offset_);
1343 gold_assert(pov - oview == this->stringpool_offset_);
1346 this->stringpool_.write_to_buffer(pov, oview_size - this->stringpool_offset_);

Completed in 52 milliseconds