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

  /external/llvm/tools/macho-dump/
macho-dump.cpp 127 macho::SegmentLoadCommand SLC = Obj.getSegmentLoadCommand(LCI);
129 DumpSegmentCommandData(StringRef(SLC.Name, 16), SLC.VMAddress,
130 SLC.VMSize, SLC.FileOffset, SLC.FileSize,
131 SLC.MaxVMProtection, SLC.InitialVMProtection,
132 SLC.NumSections, SLC.Flags)
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 183 macho::SegmentLoadCommand SLC =
185 StringRef SegName = SLC.Name;
188 BaseSegmentAddress = SLC.VMAddress;

Completed in 261 milliseconds