Searched refs:RelocRef (Results 1 – 1 of 1) sorted by relevance
2042 DataRefImpl RelocRef; in section_rel_begin() local2043 RelocRef.d.a = Ref.d.a; in section_rel_begin()2044 RelocRef.d.b = 0; in section_rel_begin()2045 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin()2050 DataRefImpl RelocRef; in section_rel_end() local2051 RelocRef.d.a = Ref.d.a; in section_rel_end()2052 RelocRef.d.b = Sec.Relocations.size(); in section_rel_end()2053 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end()