Searched refs:SectSize (Results 1 – 5 of 5) sorted by relevance
216 uint64_t SectSize = Section.getSize(); in dissassembleSymbol() local220 : SectionOffset + SectSize; in dissassembleSymbol()383 uint64_t SectSize = Section.getSize(); in disassemble() local384 if (!SectSize) in disassemble()388 TextSections.insert({SectionOffset, SectSize}); in disassemble()394 << format("0x%" PRIx64, SectionOffset + SectSize) << "]:\n\n"; in disassemble()
749 uint64_t SectSize = Section.getSize(); in getObjectCoveragePoints() local750 if (!SectSize) in getObjectCoveragePoints()
1934 uint64_t SectSize; in getSectionSize() local1939 SectSize = Sect.size; in getSectionSize()1944 SectSize = Sect.size; in getSectionSize()1948 return SectSize; in getSectionSize()1952 if (FileSize - SectOffset < SectSize) in getSectionSize()1954 return SectSize; in getSectionSize()
1507 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local1535 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()3274 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local3275 if (SectSize == 0) in get_pointer_64()3291 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()3294 left = SectSize - offset; in get_pointer_64()7541 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local7546 if (Start > SectSize) { in DisassembleMachO()7570 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()7690 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local[all …]
1175 uint64_t SectSize = Section.getSize(); in disassembleObject() local1176 if (!SectSize) in disassembleObject()1251 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()