| /src/external/gpl3/binutils/dist/include/mach-o/ |
| external.h | 360 unsigned char ntools[4]; /* Number of tool entries following this. */ member in struct:mach_o_build_version_command_external
|
| /src/external/gpl3/binutils.old/dist/include/mach-o/ |
| external.h | 360 unsigned char ntools[4]; /* Number of tool entries following this. */ member in struct:mach_o_build_version_command_external
|
| /src/external/gpl3/gdb.old/dist/include/mach-o/ |
| external.h | 360 unsigned char ntools[4]; /* Number of tool entries following this. */ member in struct:mach_o_build_version_command_external
|
| /src/external/gpl3/gdb/dist/include/mach-o/ |
| external.h | 360 unsigned char ntools[4]; /* Number of tool entries following this. */ member in struct:mach_o_build_version_command_external
|
| /src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| MachOUtils.cpp | 417 Cmd.ntools = 0; 525 Writer.W.write<uint32_t>(Cmd.ntools);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| mach-o.h | 583 uint32_t ntools; member in struct:bfd_mach_o_build_version_command
|
| mach-o.c | 4836 cmd->ntools = bfd_get_32 (abfd, raw.ntools);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mach-o.h | 583 uint32_t ntools; member in struct:bfd_mach_o_build_version_command
|
| mach-o.c | 4835 cmd->ntools = bfd_get_32 (abfd, raw.ntools);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| mach-o.h | 583 uint32_t ntools; member in struct:bfd_mach_o_build_version_command
|
| mach-o.c | 4833 cmd->ntools = bfd_get_32 (abfd, raw.ntools);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| mach-o.h | 583 uint32_t ntools; member in struct:bfd_mach_o_build_version_command
|
| mach-o.c | 4835 cmd->ntools = bfd_get_32 (abfd, raw.ntools);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-macho.c | 1490 printf ("\n ntools: %u\n", ver->ntools); 1492 tools_len = sizeof (bfd_mach_o_build_version_tool) * ver->ntools; 1504 for (i = 0, tool = tools; i < ver->ntools; i++, tool++)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-macho.c | 1490 printf ("\n ntools: %u\n", ver->ntools); 1492 tools_len = sizeof (bfd_mach_o_build_version_tool) * ver->ntools; 1504 for (i = 0, tool = tools; i < ver->ntools; i++, tool++)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| loader.d | 1989 * Sizeof(struct build_version_command) plus ntools 2004 uint ntools; 3236 uint ntools;
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| MachOYAML.cpp | 584 IO.mapRequired("ntools", LoadCommand.ntools);
|
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| macho2yaml.cpp | 267 auto NTools = LC.Data.build_version_command_data.ntools; 268 for (unsigned i = 0; i < NTools; ++i) { 276 return Start + NTools * sizeof(MachO::build_tool_version);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| MachO.h | 858 // ntools * sizeof(struct build_tool_version) 862 uint32_t ntools; // number of tool entries following this member in struct:llvm::MachO::build_version_command 1316 sys::swapByteOrder(C.ntools);
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| MachOObjectFile.cpp | 865 BVC.ntools * sizeof(MachO::build_tool_version)) 870 BuildTools.resize(BVC.ntools); 871 for (unsigned i = 0; i < BVC.ntools; ++i)
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 9156 bd.ntools * sizeof(struct MachO::build_tool_version)) 9169 outs() << " ntools " << bd.ntools << "\n"; 9170 for (unsigned i = 0; i < bd.ntools; ++i) {
|