Searched refs:SectSize (Results 1 – 3 of 3) sorted by relevance
1958 uint64_t SectSize; in getSectionSize() local1963 SectSize = Sect.size; in getSectionSize()1968 SectSize = Sect.size; in getSectionSize()1972 return SectSize; in getSectionSize()1976 if (FileSize - SectOffset < SectSize) in getSectionSize()1978 return SectSize; in getSectionSize()
1728 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local1756 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()3497 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local3498 if (SectSize == 0) in get_pointer_64()3514 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()3517 left = SectSize - offset; in get_pointer_64()7538 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local7543 if (Start > SectSize) { in DisassembleMachO()7567 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()7688 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local[all …]
1951 uint64_t SectSize = Section.getSize(); in disassembleObject() local1952 if (!SectSize) in disassembleObject()2125 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()