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

/haiku-buildtools/binutils/gold/
H A Dgdb-index.h254 off_t cu_pool_offset_; member in class:gold::Gdb_index
H A Dgdb-index.cc999 cu_pool_offset_(0),
1212 this->cu_pool_offset_ = data_size;
1247 elfcpp::Swap<32, false>::writeval(pov, this->cu_pool_offset_);
1315 + this->stringpool_offset_ - this->cu_pool_offset_);
1323 gold_assert(pov - oview == this->cu_pool_offset_);

Completed in 65 milliseconds