Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp277 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; in loadSegment64() local
278 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()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp235 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; in getSectionsAndSymbols() local
236 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LC); in getSectionsAndSymbols()
239 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; in getSectionsAndSymbols()