Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc420 section_offset_type this_offset; in set_string_offsets() local
422 this_offset = 0; in set_string_offsets()
428 this_offset = (last_offset in set_string_offsets()
433 this_offset = align_address(offset, this->addralign_); in set_string_offsets()
434 offset = this_offset + ((*curr)->first.length + 1) * charsize; in set_string_offsets()
436 this->key_to_offset_[(*curr)->second - 1] = this_offset; in set_string_offsets()
437 last_offset = this_offset; in set_string_offsets()