Lines Matching refs:SectSize
1206 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local
1229 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
2948 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local
2949 if (SectSize == 0) in get_pointer_64()
2959 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
2962 left = SectSize - offset; in get_pointer_64()
7123 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
7128 if (Start > SectSize) { in DisassembleMachO()
7154 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()
7289 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
7291 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()