Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp143 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in loadSegment32() local
145 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() local
284 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()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp228 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) { in getSectionsAndSymbols() local
230 MachOObj->ReadSection(LCI, SectNum, Sect); in getSectionsAndSymbols()
239 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; in getSectionsAndSymbols() local
240 ++SectNum) { in getSectionsAndSymbols()
242 MachOObj->ReadSection64(LCI, SectNum, Sect64); in getSectionsAndSymbols()