Lines Matching full:dri
445 DataRefImpl DRI = getSectionByType(SectType);
447 if (DRI.p == 0) // No section is not an error.
450 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI);
451 uint64_t SizeOfSection = getSectionSize(DRI);
707 DataRefImpl DRI;
708 DRI.p = getSectionHeaderTableAddress();
709 return section_iterator(SectionRef(DRI, this));
713 DataRefImpl DRI;
714 DRI.p = getWithOffset(getSectionHeaderTableAddress(),
716 return section_iterator(SectionRef(DRI, this));
799 DataRefImpl DRI;
800 DRI.p = getWithOffset(getSectionHeaderTableAddress(),
802 return DRI;
807 DataRefImpl DRI;
815 DRI.p = GetSectionAddr(sections64());
817 DRI.p = GetSectionAddr(sections32());
818 return DRI;
1053 DataRefImpl DRI = getSectionByType(XCOFF::STYP_EXCEPT);
1054 if (DRI.p == 0)
1060 ExceptEntStart, ExceptEntStart + getSectionSize(DRI) / sizeof(ExceptEnt));