Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8822 static void PrintDysymtabLoadCommand(MachO::dysymtab_command dyst, in PrintDysymtabLoadCommand() argument
8826 outs() << " cmdsize " << dyst.cmdsize; in PrintDysymtabLoadCommand()
8827 if (dyst.cmdsize != sizeof(struct MachO::dysymtab_command)) in PrintDysymtabLoadCommand()
8831 outs() << " ilocalsym " << dyst.ilocalsym; in PrintDysymtabLoadCommand()
8832 if (dyst.ilocalsym > nsyms) in PrintDysymtabLoadCommand()
8836 outs() << " nlocalsym " << dyst.nlocalsym; in PrintDysymtabLoadCommand()
8838 big_size = dyst.ilocalsym; in PrintDysymtabLoadCommand()
8839 big_size += dyst.nlocalsym; in PrintDysymtabLoadCommand()
8844 outs() << " iextdefsym " << dyst.iextdefsym; in PrintDysymtabLoadCommand()
8845 if (dyst.iextdefsym > nsyms) in PrintDysymtabLoadCommand()
[all …]