Searched refs:SectNum (Results 1 – 2 of 2) sorted by relevance
143 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in loadSegment32() local145 Obj->ReadSection(*SegmentLCI, SectNum, Sect); in loadSegment32()147 return Error("unable to load section: '" + Twine(SectNum) + "'"); in loadSegment32()171 if ((unsigned)STE->SectionIndex - 1 != SectNum) in loadSegment32()282 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; ++SectNum) { in loadSegment64() local284 Obj->ReadSection64(*SegmentLCI, SectNum, Sect); in loadSegment64()286 return Error("unable to load section: '" + Twine(SectNum) + "'"); in loadSegment64()310 if ((unsigned)STE->SectionIndex - 1 != SectNum) in loadSegment64()
228 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in getSectionsAndSymbols() local230 MachOObj->ReadSection(LCI, SectNum, Sect); in getSectionsAndSymbols()239 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; in getSectionsAndSymbols() local240 ++SectNum) { in getSectionsAndSymbols()242 MachOObj->ReadSection64(LCI, SectNum, Sect64); in getSectionsAndSymbols()