Searched refs:SegmentLC (Results 1 – 2 of 2) sorted by relevance
138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in loadSegment32() local139 Obj->ReadSegmentLoadCommand(*SegmentLCI, SegmentLC); in loadSegment32()140 if (!SegmentLC) in loadSegment32()143 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in loadSegment32()164 if (STE->SectionIndex > SegmentLC->NumSections) in loadSegment32()196 uint8_t *Base = (uint8_t*)Obj->getData(SegmentLC->FileOffset, in loadSegment32()197 SegmentLC->FileSize).data(); in loadSegment32()
224 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in getSectionsAndSymbols() local225 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLC); in getSectionsAndSymbols()228 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in getSectionsAndSymbols()