Searched refs:Segment64LC (Results 1 – 2 of 2) sorted by relevance
277 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; in loadSegment64() local278 Obj->ReadSegment64LoadCommand(*SegmentLCI, Segment64LC); in loadSegment64()279 if (!Segment64LC) in loadSegment64()282 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; ++SectNum) { in loadSegment64()303 if (STE->SectionIndex > Segment64LC->NumSections) in loadSegment64()333 uint8_t *Base = (uint8_t*)Obj->getData(Segment64LC->FileOffset, in loadSegment64()334 Segment64LC->FileSize).data(); in loadSegment64()
235 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; in getSectionsAndSymbols() local236 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LC); in getSectionsAndSymbols()239 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; in getSectionsAndSymbols()