Lines Matching refs:DObj
397 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() local
399 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev()
401 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()
437 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() local
438 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection()
529 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() local
533 DObj.forEachInfoSections([&](const DWARFSection &S) { in handleDebugInfo()
538 DObj.forEachTypesSections([&](const DWARFSection &S) { in handleDebugInfo()
667 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() local
676 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
677 : DObj.getRnglistsSection(); in verifyDebugInfoAttribute()
1885 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugStrOffsets() local
1894 DObj.forEachInfoDWOSections([&](const DWARFSection &S) { in handleDebugStrOffsets()
1897 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in handleDebugStrOffsets()
1906 DObj.getStrOffsetsDWOSection(), DObj.getStrDWOSection()); in handleDebugStrOffsets()
1909 DObj.getStrOffsetsSection(), DObj.getStrSection()); in handleDebugStrOffsets()
1916 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugStrOffsets() local
1918 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets()