Lines Matching refs:RelData
760 DataRefImpl RelData; in getSectionRelBegin() local
761 memset(&RelData, 0, sizeof(RelData)); in getSectionRelBegin()
765 RelData.w.a = getSection(ittr->second[0])->sh_info; in getSectionRelBegin()
766 RelData.w.b = ittr->second[0]; in getSectionRelBegin()
767 RelData.w.c = 0; in getSectionRelBegin()
769 return relocation_iterator(RelocationRef(RelData, this)); in getSectionRelBegin()
775 DataRefImpl RelData; in getSectionRelEnd() local
776 memset(&RelData, 0, sizeof(RelData)); in getSectionRelEnd()
783 RelData.w.a = relocsec->sh_info; in getSectionRelEnd()
784 RelData.w.b = relocsecindex; in getSectionRelEnd()
785 RelData.w.c = relocsec->sh_size / relocsec->sh_entsize; in getSectionRelEnd()
787 return relocation_iterator(RelocationRef(RelData, this)); in getSectionRelEnd()