HomeSort by relevance Sort by last modified time
    Searched refs:ncmds (Results 1 - 24 of 24) sorted by null

  /external/mmc-utils/
mmc.c 46 int ncmds; /* number of subcommand */ member in struct:Command
257 for( i = 0 ; i < cmd->ncmds ; i++ ){
263 if( cp->ncmds < i )
361 if( !cp->ncmds)
362 cp->ncmds = split_command(cp->verb, &(cp->cmds));
367 if( argc-1 < cp->ncmds )
369 for( match = 1, i = 0 ; i < cp->ncmds ; i++ ){
397 *nargs_ = argc-matchcmd->ncmds-1;
399 *args_ = argv+matchcmd->ncmds+1;
  /external/google-breakpad/src/common/mac/
macho_utilities.cc 68 mh->ncmds = ByteSwap(mh->ncmds);
macho_walker.cc 223 bool result = WalkHeaderCore(offset, header.ncmds, swap);
243 bool result = WalkHeaderCore(offset, header.ncmds, swap);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 113 current_load_cmd_count_ = hdr->ncmds;
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 54 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_32
67 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_64
201 unsigned int ncmds; member in struct:simple_object_mach_o_read
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds));
768 for (i = 0; i < omr->ncmds; ++i)
914 set_32 (hdr + offsetof (struct mach_o_header_32, ncmds), 1);
    [all...]
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 30 unsigned char ncmds[4]; /* Number of load commands. */ member in struct:mach_o_header_external
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 174 Y->Header.ncmds = Obj.getHeader().ncmds;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 81 Header.ncmds = Obj.Header.ncmds;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 284 uint32_t ncmds; member in struct:llvm::MachO::mach_header
294 uint32_t ncmds; member in struct:llvm::MachO::mach_header_64
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 297 for (uint32_t i = 0; i < mh.ncmds; i++) {
dynamic_images.cc 258 for (unsigned int i = 0; cmd && (i < header->ncmds); ++i) {
minidump_generator.cc     [all...]
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 45 uint32_t ncmds; member in struct:llvm::MachOYAML::FileHeader
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 33 unsigned long ncmds; member in struct:bfd_mach_o_header
590 /* Array of load commands (length is given by header.ncmds). */
mach-o.c 535 /* Append command CMD to ABFD. Note that header.ncmds is not updated. */
1089 bfd_h_put_32 (abfd, header->ncmds, raw.ncmds);
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 497 uint32_t ncmds; member in struct:llvm::MachO::mach_header
507 uint32_t ncmds; member in struct:llvm::MachO::mach_header_64
990 sys::swapByteOrder(mh.ncmds);
1000 sys::swapByteOrder(H.ncmds);
    [all...]
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 413 c < mh->ncmds;
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 605 for (c = 0; c < mh.ncmds; c++) {
769 for (c = 0; c < mh.ncmds; c++) {
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 301 printf (_(" ncmds : %08lx (%lu)\n"), h->ncmds, h->ncmds);
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 80 IO.mapRequired("ncmds", FileHdr.ncmds);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 424 W.printNumber("NumOfLoadCommands", Header.ncmds);
  /external/v8/src/
gdb-jit.cc 498 uint32_t ncmds; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
549 header->ncmds = 1;
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 287 uint32_t LoadCommandCount = getHeader().ncmds;
    [all...]

Completed in 320 milliseconds