Lines Matching refs:SectIdx
2518 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {
2519 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress();
2520 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
2525 ((*(info->Sections))[SectIdx]).getName(SectName);
2526 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl();
2532 S = (*(info->Sections))[SectIdx];
2536 ((*(info->Sections))[SectIdx]).getContents(SectContents);
6582 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
6584 if (Sections[SectIdx].getName(SectName) || SectName != DisSectName)
6587 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
6594 Sections[SectIdx].getContents(BytesStr);
6597 uint64_t SectAddress = Sections[SectIdx].getAddress();
6639 SymbolizerInfo.S = Sections[SectIdx];
6652 ThumbSymbolizerInfo.S = Sections[SectIdx];
6690 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]);
6720 uint64_t SectionAddress = Sections[SectIdx].getAddress();
6740 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]);
6748 uint64_t SectSize = Sections[SectIdx].getSize();
6861 uint64_t SectAddress = Sections[SectIdx].getAddress();
6862 uint64_t SectSize = Sections[SectIdx].getSize();