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

/external/llvm/lib/Object/
H A DMachOObject.cpp137 void MachOObject::RegisterStringTable(macho::SymtabLoadCommand &SLC) { argument
139 StringTable = Buffer->getBuffer().substr(SLC.StringTableOffset,
140 SLC.StringTableSize);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp129 InMemoryStruct<macho::SegmentLoadCommand> SLC; local
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
165 InMemoryStruct<macho::Segment64LoadCommand> SLC; local
216 InMemoryStruct<macho::SymtabLoadCommand> SLC; local
[all...]

Completed in 337 milliseconds