Searched refs:SectSize (Results 1 – 3 of 3) sorted by relevance
1732 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local1760 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()3493 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local3494 if (SectSize == 0) in get_pointer_64()3510 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()3513 left = SectSize - offset; in get_pointer_64()7530 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local7535 if (Start > SectSize) { in DisassembleMachO()7559 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()7679 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local[all …]
1873 uint64_t SectSize = Section.getSize(); in disassembleObject() local1874 if (!SectSize) in disassembleObject()2048 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()
1957 uint64_t SectSize; in getSectionSize() local1962 SectSize = Sect.size; in getSectionSize()1967 SectSize = Sect.size; in getSectionSize()1971 return SectSize; in getSectionSize()1975 if (FileSize - SectOffset < SectSize) in getSectionSize()1977 return SectSize; in getSectionSize()