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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7582 static void PrintDysymtabLoadCommand(MachO::dysymtab_command dyst, argument
7586 outs() << " cmdsize " << dyst.cmdsize;
7587 if (dyst.cmdsize != sizeof(struct MachO::dysymtab_command))
7591 outs() << " ilocalsym " << dyst.ilocalsym;
7592 if (dyst.ilocalsym > nsyms)
7596 outs() << " nlocalsym " << dyst.nlocalsym;
7598 big_size = dyst.ilocalsym;
7599 big_size += dyst.nlocalsym;
7604 outs() << " iextdefsym " << dyst.iextdefsym;
7605 if (dyst
[all...]

Completed in 106 milliseconds