Searched refs:SectSize (Results 1 – 6 of 6) sorted by relevance
255 uint64_t SectSize; in DisassembleObject() local256 if (error(i->getSize(SectSize))) break; in DisassembleObject()267 End = SectSize; in DisassembleObject()
107 dw SectSize ;SectSize ;7
1067 uint64_t SectSize = Section.getSize(); in DisassembleObject() local1068 if (!SectSize) in DisassembleObject()1138 (si == se - 1) ? SectSize : Symbols[si + 1].first - SectionAddr; in DisassembleObject()1140 if (End > SectSize) in DisassembleObject()1141 End = SectSize; in DisassembleObject()
894 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local917 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()2520 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local2521 if (SectSize == 0) in get_pointer_64()2531 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()2534 left = SectSize - offset; in get_pointer_64()6748 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local6749 uint64_t End = containsNextSym ? NextSym : SectSize; in DisassembleMachO()6862 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local6864 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()
620 uint64_t SectSize; in getSectionSize() local625 SectSize = Sect.size; in getSectionSize()630 SectSize = Sect.size; in getSectionSize()634 return SectSize; in getSectionSize()638 if (FileSize - SectOffset < SectSize) in getSectionSize()640 return SectSize; in getSectionSize()
392 uint64_t SectSize = Section.getSize(); in getObjectCoveragePoints() local393 if (!SectSize) in getObjectCoveragePoints()