Searched full:ncmds (Results 1 – 25 of 41) sorted by relevance
12
24 ncmds: 032 ncmds: 061 #CHECK: ncmds: 070 #CHECK: ncmds: 0
9 ncmds: 020 # CHECK: ncmds: 0
9 ncmds: 021 # CHECK: ncmds: 0
9 ncmds: 0
9 ncmds: 2
9 ncmds: 3
9 ncmds: 4
9 ncmds: 16
46 int ncmds; /* number of subcommand */ member257 for( i = 0 ; i < cmd->ncmds ; i++ ){ in check_ambiguity()263 if( cp->ncmds < i ) in check_ambiguity()361 if( !cp->ncmds) in parse_args()362 cp->ncmds = split_command(cp->verb, &(cp->cmds)); in parse_args()367 if( argc-1 < cp->ncmds ) in parse_args()369 for( match = 1, i = 0 ; i < cp->ncmds ; i++ ){ in parse_args()397 *nargs_ = argc-matchcmd->ncmds-1; in parse_args()399 *args_ = argv+matchcmd->ncmds+1; in parse_args()
28 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags124 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags448 FATi386: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags452 NON_VERBOSE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
68 mh->ncmds = ByteSwap(mh->ncmds); in breakpad_swap_mach_header_64()
223 bool result = WalkHeaderCore(offset, header.ncmds, swap); in WalkHeaderAtOffset()243 bool result = WalkHeaderCore(offset, header.ncmds, swap); in WalkHeader64AtOffset()
4 RUN: llvm-objdump -private-headers %p/Inputs/macho-invalid-zero-ncmds -macho \5 RUN: | FileCheck -check-prefix ZERO-NCMDS %s6 ZERO-NCMDS: MH_MAGIC_64 0 0 0x00 OBJECT 0 0 0x00000000
6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
7 ncmds: 1
284 uint32_t ncmds; member294 uint32_t ncmds; member
497 uint32_t ncmds; member507 uint32_t ncmds; member990 sys::swapByteOrder(mh.ncmds); in swapStruct()1000 sys::swapByteOrder(H.ncmds); in swapStruct()
81 Header.ncmds = Obj.Header.ncmds; in writeHeader()