Home | History | Annotate | Download | only in gold

Lines Matching refs:rel

1546   // Rel and Rela start out the same, so we can always use Rel to find
1548 elfcpp::Rel<size, big_endian> rel(this->prelocs_ + this->pos_);
1549 return rel.get_r_offset();
1562 // Rel and Rela start out the same, so we can use Rel to find the
1564 elfcpp::Rel<size, big_endian> rel(this->prelocs_ + this->pos_);
1565 return elfcpp::elf_r_sym<size>(rel.get_r_info());
1592 // Rel and Rela start out the same, so we can always use Rel to
1594 elfcpp::Rel<size, big_endian> rel(this->prelocs_ + this->pos_);
1595 if (static_cast<off_t>(rel.get_r_offset()) >= offset)