Home
last modified time | relevance | path

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

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