/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 68 mh->ncmds = ByteSwap(mh->ncmds); in breakpad_swap_mach_header_64()
|
D | macho_walker.cc | 223 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/ |
D | macho-private-header.test | 4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
D | macho-private-headers.test | 28 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-header.test | 4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
D | macho-private-headers.test | 30 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 126 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 450 FATi386: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 454 NON_VERBOSE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | macho-needed-libs.test | 14 ncmds: 1
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 113 current_load_cmd_count_ = hdr->ncmds; in Next()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MachO.h | 284 uint32_t ncmds; member 294 uint32_t ncmds; member
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 6 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/ |
D | macho-private-headers.test | 6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 8 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 130 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 497 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/obj2yaml/ |
D | macho2yaml.cpp | 174 Y->Header.ncmds = Obj.getHeader().ncmds; in dumpHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 201 Y->Header.ncmds = Obj.getHeader().ncmds; in dumpHeader()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 81 Header.ncmds = Obj.Header.ncmds; in writeHeader()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 497 uint32_t ncmds; member 507 uint32_t ncmds; member 998 sys::swapByteOrder(mh.ncmds); in swapStruct() 1008 sys::swapByteOrder(H.ncmds); in swapStruct()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 297 for (uint32_t i = 0; i < mh.ncmds; i++) { in __breakpad_fdnlist()
|
D | dynamic_images.cc | 258 for (unsigned int i = 0; cmd && (i < header->ncmds); ++i) { in FindTextSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 83 Header.ncmds = Obj.Header.ncmds; in writeHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 502 uint32_t ncmds; member 512 uint32_t ncmds; member 1015 sys::swapByteOrder(mh.ncmds); in swapStruct() 1025 sys::swapByteOrder(H.ncmds); in swapStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 50 uint32_t ncmds; member
|
/external/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 45 uint32_t ncmds; member
|
/external/llvm/test/Object/ |
D | macho-invalid.test | 4 RUN: llvm-objdump -private-headers %p/Inputs/macho-invalid-zero-ncmds -macho \
|