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

/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp231 macho::DysymtabLoadCommand DLC = Obj.getDysymtabLoadCommand(); local
233 outs() << " ('ilocalsym', " << DLC.LocalSymbolsIndex << ")\n";
234 outs() << " ('nlocalsym', " << DLC.NumLocalSymbols << ")\n";
235 outs() << " ('iextdefsym', " << DLC.ExternalSymbolsIndex << ")\n";
236 outs() << " ('nextdefsym', " << DLC.NumExternalSymbols << ")\n";
237 outs() << " ('iundefsym', " << DLC.UndefinedSymbolsIndex << ")\n";
238 outs() << " ('nundefsym', " << DLC.NumUndefinedSymbols << ")\n";
239 outs() << " ('tocoff', " << DLC.TOCOffset << ")\n";
240 outs() << " ('ntoc', " << DLC.NumTOCEntries << ")\n";
241 outs() << " ('modtaboff', " << DLC
[all...]
/external/llvm/include/llvm/Object/
H A DMachO.h188 getIndirectSymbolTableEntry(const macho::DysymtabLoadCommand &DLC,
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1541 const macho::DysymtabLoadCommand &DLC,
1543 uint64_t Offset = DLC.IndirectSymbolTableOffset +
1540 getIndirectSymbolTableEntry( const macho::DysymtabLoadCommand &DLC, unsigned Index) const argument

Completed in 70 milliseconds