Lines Matching refs:reloc_offset
70 // the target of the relocation for RELOC_OFFSET.
75 off_t reloc_offset, off_t* target_offset)
77 this->track_relocs_.advance(reloc_offset);
78 if (reloc_offset != this->track_relocs_.next_offset())
1309 off_t reloc_offset = pinfo - this->buffer_;
1312 this->reloc_mapper_->get_reloc_target(reloc_offset, &value);
2326 off_t reloc_offset;
2327 while ((reloc_offset = this->reloc_mapper_->next_offset()) != -1)
2330 this->reloc_mapper_->get_reloc_target(reloc_offset, &value);
2335 this->reloc_map_[reloc_offset] = std::make_pair(shndx, value);
2337 this->reloc_mapper_->advance(reloc_offset + 1);