Searched defs:SegmentLoadCmd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp412 InMemoryStruct<macho::SegmentLoadCommand> SegmentLoadCmd; local
413 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLoadCmd);
414 if (DRI.d.b < SegmentLoadCmd->NumSections)

Completed in 36 milliseconds