Searched refs:SectSize (Results 1 – 5 of 5) sorted by relevance
425 uint64_t SectSize = Section.getSize(); in dissassembleSymbol() local429 : SectionOffset + SectSize; in dissassembleSymbol()603 uint64_t SectSize = Section.getSize(); in disassemble() local604 if (!SectSize) in disassemble()608 TextSections.insert({SectionOffset, SectSize}); in disassemble()615 << format("0x%" PRIx64, Section.getAddress() + SectSize) in disassemble()
775 uint64_t SectSize = Section.getSize(); in getObjectCoveragePoints() local776 if (!SectSize) in getObjectCoveragePoints()
1941 uint64_t SectSize; in getSectionSize() local1946 SectSize = Sect.size; in getSectionSize()1951 SectSize = Sect.size; in getSectionSize()1955 return SectSize; in getSectionSize()1959 if (FileSize - SectOffset < SectSize) in getSectionSize()1961 return SectSize; in getSectionSize()
1527 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local1555 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()3297 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local3298 if (SectSize == 0) in get_pointer_64()3314 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()3317 left = SectSize - offset; in get_pointer_64()7564 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local7569 if (Start > SectSize) { in DisassembleMachO()7593 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()7713 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local[all …]
1411 uint64_t SectSize = Section.getSize(); in disassembleObject() local1412 if (!SectSize) in disassembleObject()1496 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()