Searched refs:ntools (Results 1 – 15 of 15) sorted by relevance
360 unsigned char ntools[4]; /* Number of tool entries following this. */ member
417 Cmd.ntools = 0; in generateDsymCompanion()525 Writer.W.write<uint32_t>(Cmd.ntools); in generateDsymCompanion()
583 uint32_t ntools; member
4842 cmd->ntools = bfd_get_32 (abfd, raw.ntools); in bfd_mach_o_read_build_version()
4815 cmd->ntools = bfd_get_32 (abfd, raw.ntools); in bfd_mach_o_read_build_version()
2004 uint ntools; in version() member3236 uint ntools; member
1489 printf ("\n ntools: %u\n", ver->ntools); in dump_build_version()1491 tools_len = sizeof (bfd_mach_o_build_version_tool) * ver->ntools; in dump_build_version()1503 for (i = 0, tool = tools; i < ver->ntools; i++, tool++) in dump_build_version()
1488 printf ("\n ntools: %u\n", ver->ntools); in dump_build_version()1490 tools_len = sizeof (bfd_mach_o_build_version_tool) * ver->ntools; in dump_build_version()1502 for (i = 0, tool = tools; i < ver->ntools; i++, tool++) in dump_build_version()
267 auto NTools = LC.Data.build_version_command_data.ntools; in processLoadCommandData()
862 uint32_t ntools; // number of tool entries following this member1316 sys::swapByteOrder(C.ntools); in swapStruct()
584 IO.mapRequired("ntools", LoadCommand.ntools); in mapping()
865 BVC.ntools * sizeof(MachO::build_tool_version)) in parseBuildVersionCommand()870 BuildTools.resize(BVC.ntools); in parseBuildVersionCommand()871 for (unsigned i = 0; i < BVC.ntools; ++i) in parseBuildVersionCommand()
9156 bd.ntools * sizeof(struct MachO::build_tool_version)) in PrintBuildVersionLoadCommand()9169 outs() << " ntools " << bd.ntools << "\n"; in PrintBuildVersionLoadCommand()9170 for (unsigned i = 0; i < bd.ntools; ++i) { in PrintBuildVersionLoadCommand()