Home
last modified time | relevance | path

Searched refs:SegmentLC (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in loadSegment32() local
139 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()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp224 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC; in getSectionsAndSymbols() local
225 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLC); in getSectionsAndSymbols()
228 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in getSectionsAndSymbols()