Lines Matching refs:AccelSectionData
834 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection, in verifyAppleAccelTable() local
836 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
841 if (!AccelSectionData.isValidOffset(AccelTable.getSizeHdr())) { in verifyAppleAccelTable()
861 uint32_t HashIdx = AccelSectionData.getU32(&BucketsOffset); in verifyAppleAccelTable()
881 uint32_t Hash = AccelSectionData.getU32(&HashOffset); in verifyAppleAccelTable()
882 uint32_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable()
883 if (!AccelSectionData.isValidOffsetForDataOfSize(HashDataOffset, in verifyAppleAccelTable()
895 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
897 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
1443 DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection, in verifyDebugNames() local
1445 DWARFDebugNames AccelTable(AccelSectionData, StrData); in verifyDebugNames()