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

  /external/llvm/tools/macho-dump/
macho-dump.cpp 267 InMemoryStruct<macho::DysymtabLoadCommand> DLC;
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->TOCOffset << ")\n"
    [all...]
  /external/llvm/include/llvm/Object/
MachOObject.h 157 const macho::DysymtabLoadCommand &DLC,
  /external/llvm/lib/Object/
MachOObject.cpp 264 MachOObject::ReadIndirectSymbolTableEntry(const macho::DysymtabLoadCommand &DLC,
267 uint64_t Offset = (DLC.IndirectSymbolTableOffset +

Completed in 258 milliseconds