Lines Matching refs:SectSize
1527 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local
1555 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
3297 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local
3298 if (SectSize == 0) in get_pointer_64()
3314 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
3317 left = SectSize - offset; in get_pointer_64()
7564 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
7569 if (Start > SectSize) { in DisassembleMachO()
7593 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()
7713 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
7715 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()