Home
last modified time | relevance | path

Searched refs:ncmds (Results 1 – 25 of 36) sorted by relevance

12

/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/tools/llvm-objdump/X86/
Dmacho-private-header.test4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
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
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-header.test4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
Dmacho-private-headers.test30 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/
Dmacho-needed-libs.test14 ncmds: 1
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc113 current_load_cmd_count_ = hdr->ncmds; in Next()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h284 uint32_t ncmds; member
294 uint32_t ncmds; member
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test8 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
130 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
/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/obj2yaml/
Dmacho2yaml.cpp174 Y->Header.ncmds = Obj.getHeader().ncmds; in dumpHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp201 Y->Header.ncmds = Obj.getHeader().ncmds; in dumpHeader()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp81 Header.ncmds = Obj.Header.ncmds; in writeHeader()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h497 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/
Dbreakpad_nlist_64.cc297 for (uint32_t i = 0; i < mh.ncmds; i++) { in __breakpad_fdnlist()
Ddynamic_images.cc258 for (unsigned int i = 0; cmd && (i < header->ncmds); ++i) { in FindTextSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp83 Header.ncmds = Obj.Header.ncmds; in writeHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h502 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/
DMachOYAML.h50 uint32_t ncmds; member
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h45 uint32_t ncmds; member
/external/llvm/test/Object/
Dmacho-invalid.test4 RUN: llvm-objdump -private-headers %p/Inputs/macho-invalid-zero-ncmds -macho \

12