Home
last modified time | relevance | path

Searched full:ncmds (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/test/ObjectYAML/MachO/
Dfat_macho_i386_x86_64.yaml24 ncmds: 0
32 ncmds: 0
61 #CHECK: ncmds: 0
70 #CHECK: ncmds: 0
Dmach_header.yaml9 ncmds: 0
20 # CHECK: ncmds: 0
Dmach_header_64.yaml9 ncmds: 0
21 # CHECK: ncmds: 0
Dmach_header_32_malformed.yaml9 ncmds: 0
Dbogus_load_command.yaml9 ncmds: 2
Ddylib_dylinker_command.yaml9 ncmds: 3
Drebase_opcode.yaml9 ncmds: 4
Dbind_opcode.yaml9 ncmds: 4
Dweak_bind_opcode.yaml9 ncmds: 4
Dexport_trie.yaml9 ncmds: 16
Dsections.yaml9 ncmds: 16
Dout_of_order_linkedit.yaml9 ncmds: 16
Dload_commands.yaml9 ncmds: 16
/external/mmc-utils/
Dmmc.c46 int ncmds; /* number of subcommand */ member
257 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()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test28 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
124 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
448 FATi386: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
452 NON_VERBOSE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
Dmacho-private-header.test4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc68 mh->ncmds = ByteSwap(mh->ncmds); in breakpad_swap_mach_header_64()
Dmacho_walker.cc223 bool result = WalkHeaderCore(offset, header.ncmds, swap); in WalkHeaderAtOffset()
243 bool result = WalkHeaderCore(offset, header.ncmds, swap); in WalkHeader64AtOffset()
/external/llvm/test/Object/
Dmacho-invalid.test4 RUN: llvm-objdump -private-headers %p/Inputs/macho-invalid-zero-ncmds -macho \
5 RUN: | FileCheck -check-prefix ZERO-NCMDS %s
6 ZERO-NCMDS: MH_MAGIC_64 0 0 0x00 OBJECT 0 0 0x00000000
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
/external/llvm/test/tools/llvm-ar/Inputs/
Dmacho.yaml7 ncmds: 1
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h284 uint32_t ncmds; member
294 uint32_t ncmds; member
/external/llvm/include/llvm/Support/
DMachO.h497 uint32_t ncmds; member
507 uint32_t ncmds; member
990 sys::swapByteOrder(mh.ncmds); in swapStruct()
1000 sys::swapByteOrder(H.ncmds); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp81 Header.ncmds = Obj.Header.ncmds; in writeHeader()

12