Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dreloc.cc1543 if (this->pos_ >= this->len_) in next_offset()
1548 elfcpp::Rel<size, big_endian> rel(this->prelocs_ + this->pos_); in next_offset()
1559 if (this->pos_ >= this->len_) in next_symndx()
1564 elfcpp::Rel<size, big_endian> rel(this->prelocs_ + this->pos_); in next_symndx()
1574 if (this->pos_ >= this->len_) in next_addend()
1578 elfcpp::Rela<size, big_endian> rela(this->prelocs_ + this->pos_); in next_addend()
1590 while (this->pos_ < this->len_) in advance()
1594 elfcpp::Rel<size, big_endian> rel(this->prelocs_ + this->pos_); in advance()
1598 this->pos_ += this->reloc_size_; in advance()
Dreloc.h843 : prelocs_(NULL), len_(0), pos_(0), reloc_size_(0) in Track_relocs()
878 { return this->pos_; } in checkpoint()
883 { this->pos_ = checkpoint; } in reset()
891 section_size_type pos_; variable