Searched refs:SectSize (Results 1 – 2 of 2) sorted by relevance
302 uint64_t SectSize = Section.getSize(); in DisassembleObject() local303 if (!SectSize) in DisassembleObject()316 if (Address >= SectSize) in DisassembleObject()380 uint64_t End = (si == se - 1) ? SectSize : Symbols[si + 1].first; in DisassembleObject()
870 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local893 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()2421 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local2430 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()2433 left = SectSize - offset; in get_pointer_64()6249 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local6250 uint64_t End = containsNextSym ? NextSym : SectSize; in DisassembleMachO()6354 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local6356 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()