Home | History | Annotate | Download | only in gold

Lines Matching defs:abbrev_offset

172     off_t abbrev_offset)
191 abbrev_offset -= object->output_section_offset(i);
217 this->buffer_pos_ = this->buffer_ + abbrev_offset;
1265 off_t abbrev_offset = 0;
1304 abbrev_offset = elfcpp::Swap_unaligned<32, big_endian>::readval(pinfo);
1306 abbrev_offset = elfcpp::Swap_unaligned<64, big_endian>::readval(pinfo);
1316 abbrev_offset += value;
1318 abbrev_offset = value;
1349 abbrev_offset);