Searched refs:DLC (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp267 InMemoryStruct<macho::DysymtabLoadCommand> DLC; local
268 Obj.ReadDysymtabLoadCommand(LCI, DLC);
269 if (!DLC)
272 outs() << " ('ilocalsym', " << DLC->LocalSymbolsIndex << ")\n";
273 outs() << " ('nlocalsym', " << DLC->NumLocalSymbols << ")\n";
274 outs() << " ('iextdefsym', " << DLC->ExternalSymbolsIndex << ")\n";
275 outs() << " ('nextdefsym', " << DLC->NumExternalSymbols << ")\n";
276 outs() << " ('iundefsym', " << DLC->UndefinedSymbolsIndex << ")\n";
277 outs() << " ('nundefsym', " << DLC->NumUndefinedSymbols << ")\n";
278 outs() << " ('tocoff', " << DLC
[all...]
/external/llvm/include/llvm/Object/
H A DMachOObject.h157 const macho::DysymtabLoadCommand &DLC,
/external/llvm/lib/Object/
H A DMachOObject.cpp265 MachOObject::ReadIndirectSymbolTableEntry(const macho::DysymtabLoadCommand &DLC, argument
268 uint64_t Offset = (DLC.IndirectSymbolTableOffset +

Completed in 99 milliseconds