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 226 MachO::dysymtab_command DLC = Obj.getDysymtabLoadCommand();
228 outs() << " ('ilocalsym', " << DLC.ilocalsym << ")\n";
229 outs() << " ('nlocalsym', " << DLC.nlocalsym << ")\n";
230 outs() << " ('iextdefsym', " << DLC.iextdefsym << ")\n";
231 outs() << " ('nextdefsym', " << DLC.nextdefsym << ")\n";
232 outs() << " ('iundefsym', " << DLC.iundefsym << ")\n";
233 outs() << " ('nundefsym', " << DLC.nundefsym << ")\n";
234 outs() << " ('tocoff', " << DLC.tocoff << ")\n";
235 outs() << " ('ntoc', " << DLC.ntoc << ")\n";
236 outs() << " ('modtaboff', " << DLC.modtaboff << ")\n"
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 212 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC,
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 72 milliseconds