Lines Matching refs:SectionSize
1287 const uint64_t SectionSize = Section.getSize(); in disassemblePLTSectionAArch64() local
1290 reinterpret_cast<const uint8_t *>(PLTContents.data()), SectionSize); in disassemblePLTSectionAArch64()
1307 while (InstrOffset < SectionSize) { in disassemblePLTSectionAArch64()
1314 while (InstrOffset < SectionSize) { in disassemblePLTSectionAArch64()
1335 while (InstrOffset < SectionSize) { in disassemblePLTSectionAArch64()
1348 const uint64_t SectionSize = Section.getSize(); in disassemblePLTSectionX86() local
1351 reinterpret_cast<const uint8_t *>(PLTContents.data()), SectionSize); in disassemblePLTSectionX86()
1366 for (uint64_t EntryOffset = 0; EntryOffset + EntrySize <= SectionSize; in disassemblePLTSectionX86()
2052 const uint64_t SectionSize = SectionOrError->getSize(); in processLKExTable() local
2054 assert((SectionSize % 12) == 0 && in processLKExTable()
2056 for (uint64_t I = 0; I < SectionSize; I += 4) { in processLKExTable()
2106 const uint64_t SectionSize = SectionOrError->getSize(); in processLKPCIFixup() local
2108 assert((SectionSize % 16) == 0 && ".pci_fixup size is not a multiple of 16"); in processLKPCIFixup()
2110 for (uint64_t I = 12; I + 4 <= SectionSize; I += 16) { in processLKPCIFixup()
2138 const uint64_t SectionSize = SectionOrError->getSize(); in processLKKSymtab() local
2140 assert((SectionSize % 4) == 0 && in processLKKSymtab()
2143 for (uint64_t I = 0; I < SectionSize; I += 4) { in processLKKSymtab()
2171 const uint64_t SectionSize = SectionOrError->getSize(); in processLKBugTable() local
2173 assert((SectionSize % 12) == 0 && in processLKBugTable()
2175 for (uint64_t I = 0; I < SectionSize; I += 12) { in processLKBugTable()
2197 uint64_t SectionSize = SectionOrError->getSize(); in processLKSMPLocks() local
2199 assert((SectionSize % 4) == 0 && in processLKSMPLocks()
2202 for (uint64_t I = 0; I < SectionSize; I += 4) { in processLKSMPLocks()