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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7947 static void PrintDysymtabLoadCommand(MachO::dysymtab_command dyst, argument
7951 outs() << " cmdsize " << dyst.cmdsize;
7952 if (dyst.cmdsize != sizeof(struct MachO::dysymtab_command))
7956 outs() << " ilocalsym " << dyst.ilocalsym;
7957 if (dyst.ilocalsym > nsyms)
7961 outs() << " nlocalsym " << dyst.nlocalsym;
7963 big_size = dyst.ilocalsym;
7964 big_size += dyst.nlocalsym;
7969 outs() << " iextdefsym " << dyst.iextdefsym;
7970 if (dyst
[all...]

Completed in 112 milliseconds