HomeSort by relevance Sort by last modified time
    Searched defs:SLC (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/macho-dump/
macho-dump.cpp 129 InMemoryStruct<macho::SegmentLoadCommand> SLC;
130 Obj.ReadSegmentLoadCommand(LCI, SLC);
131 if (!SLC)
134 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
135 SLC->VMSize, SLC->FileOffset, SLC->FileSize,
136 SLC->MaxVMProtection, SLC->InitialVMProtection
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 362 InMemoryStruct<macho::SegmentLoadCommand> SLC;
364 MachOObj->ReadSegmentLoadCommand(LCI, SLC);
378 InMemoryStruct<macho::Segment64LoadCommand> SLC;
380 MachOObj->ReadSegment64LoadCommand(LCI, SLC);
397 InMemoryStruct<macho::Segment64LoadCommand> SLC;
399 MachOObj->ReadSegment64LoadCommand(LCI, SLC);
407 InMemoryStruct<macho::SegmentLoadCommand> SLC;
409 MachOObj->ReadSegmentLoadCommand(LCI, SLC);

Completed in 171 milliseconds