Lines Matching refs:SectSize
1507 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local
1535 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
3274 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local
3275 if (SectSize == 0) in get_pointer_64()
3291 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
3294 left = SectSize - offset; in get_pointer_64()
7541 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
7546 if (Start > SectSize) { in DisassembleMachO()
7570 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()
7690 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
7692 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()