Lines Matching defs:SectSize
1732 uint64_t SectSize = Sect->getSize();
1760 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
3501 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
3502 if (SectSize == 0)
3518 if (Address >= SectAddress && Address < SectAddress + SectSize) {
3521 left = SectSize - offset;
7542 uint64_t SectSize = Sections[SectIdx].getSize();
7547 if (Start > SectSize) {
7571 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize;
7691 uint64_t SectSize = Sections[SectIdx].getSize();
7693 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {