Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.cc999 cu_pool_offset_(0), in Gdb_index()
1212 this->cu_pool_offset_ = data_size; in set_final_data_size()
1247 elfcpp::Swap<32, false>::writeval(pov, this->cu_pool_offset_); in do_write()
1315 + this->stringpool_offset_ - this->cu_pool_offset_); in do_write()
1323 gold_assert(pov - oview == this->cu_pool_offset_); in do_write()
Dgdb-index.h254 off_t cu_pool_offset_; variable