Searched refs:RelocRef (Results 1 – 1 of 1) sorted by relevance
1356 DataRefImpl RelocRef; in section_rel_begin() local1357 RelocRef.d.a = Ref.d.a; in section_rel_begin()1358 RelocRef.d.b = 0; in section_rel_begin()1359 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin()1364 DataRefImpl RelocRef; in section_rel_end() local1365 RelocRef.d.a = Ref.d.a; in section_rel_end()1366 RelocRef.d.b = Sec.Relocations.size(); in section_rel_end()1367 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end()