Lines Matching defs:DRI
446 DataRefImpl DRI = getSectionByType(SectType);
448 if (DRI.p == 0) // No section is not an error.
451 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI);
452 uint64_t SizeOfSection = getSectionSize(DRI);
708 DataRefImpl DRI;
709 DRI.p = getSectionHeaderTableAddress();
710 return section_iterator(SectionRef(DRI, this));
714 DataRefImpl DRI;
715 DRI.p = getWithOffset(getSectionHeaderTableAddress(),
717 return section_iterator(SectionRef(DRI, this));
800 DataRefImpl DRI;
801 DRI.p = getWithOffset(getSectionHeaderTableAddress(),
803 return DRI;
808 DataRefImpl DRI;
816 DRI.p = GetSectionAddr(sections64());
818 DRI.p = GetSectionAddr(sections32());
819 return DRI;
1054 DataRefImpl DRI = getSectionByType(XCOFF::STYP_EXCEPT);
1055 if (DRI.p == 0)
1061 ExceptEntStart, ExceptEntStart + getSectionSize(DRI) / sizeof(ExceptEnt));