Home
last modified time | relevance | path

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

123

/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
Drebase_opcode.yaml9 ncmds: 4
Ddylib_dylinker_command.yaml9 ncmds: 3
Dweak_bind_opcode.yaml9 ncmds: 4
Dbind_opcode.yaml9 ncmds: 4
Dexport_trie.yaml9 ncmds: 16
Dout_of_order_linkedit.yaml9 ncmds: 16
Dsections.yaml9 ncmds: 16
/external/mesa3d/src/vulkan/screenshot-layer/
Dmesa-screenshot-control.py83 def readCmd(self, ncmds, timeout=TIMEOUT): argument
94 while remaining > 0 and ncmds > 0:
125 ncmds -= 1
126 if ncmds == 0:
/external/mesa3d/src/vulkan/overlay-layer/
Dmesa-overlay-control.py83 def readCmd(self, ncmds, timeout=TIMEOUT): argument
94 while remaining > 0 and ncmds > 0:
125 ncmds -= 1
126 if ncmds == 0:
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc112 mh->ncmds = ByteSwap(mh->ncmds); in breakpad_swap_mach_header()
122 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/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/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-ar/Inputs/
Dmacho.yaml7 ncmds: 1
/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/python/cpython3/Modules/
D_testexternalinspection.c65 int ncmds = hdr->ncmds; in analyze_macho64() local
76 for (int i = 0; cmd_cnt < 2 && i < ncmds; i++) { in analyze_macho64()
/external/cronet/stable/base/profiler/
Dmodule_cache_apple.cc57 for (uint32_t i = 0; i < mach_header->ncmds; ++i) { in GetUniqueIdAndTextSize()
/external/cronet/tot/base/profiler/
Dmodule_cache_apple.cc57 for (uint32_t i = 0; i < mach_header->ncmds; ++i) { in GetUniqueIdAndTextSize()

123