Home
last modified time | relevance | path

Searched refs:sizeofcmds (Results 1 – 25 of 32) sorted by relevance

12

/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc284 (struct load_command *)malloc(mh.sizeofcmds); in __breakpad_fdnlist()
288 if (read(fd, (char *)load_commands, mh.sizeofcmds) != in __breakpad_fdnlist()
289 (ssize_t)mh.sizeofcmds) { in __breakpad_fdnlist()
301 (char *)load_commands + mh.sizeofcmds) { in __breakpad_fdnlist()
Ddynamic_images.cc471 sizeof(mach_header_type) + header->sizeofcmds; in ReadImageInfo()
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc69 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header_64()
/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/unittests/BinaryFormat/
DMachOTest.cpp38 Valid32BitMachO + sizeof(mach_header) + Header->sizeofcmds; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmacho-needed-libs.test15 sizeofcmds: 56
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h285 uint32_t sizeofcmds; member
295 uint32_t sizeofcmds; 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.h498 uint32_t sizeofcmds; member
508 uint32_t sizeofcmds; member
991 sys::swapByteOrder(mh.sizeofcmds); in swapStruct()
1001 sys::swapByteOrder(H.sizeofcmds); in swapStruct()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp175 Y->Header.sizeofcmds = Obj.getHeader().sizeofcmds; in dumpHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp202 Y->Header.sizeofcmds = Obj.getHeader().sizeofcmds; in dumpHeader()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp82 Header.sizeofcmds = Obj.Header.sizeofcmds; in writeHeader()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h498 uint32_t sizeofcmds; member
508 uint32_t sizeofcmds; member
999 sys::swapByteOrder(mh.sizeofcmds); in swapStruct()
1009 sys::swapByteOrder(H.sizeofcmds); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp84 Header.sizeofcmds = Obj.Header.sizeofcmds; in writeHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h503 uint32_t sizeofcmds; member
513 uint32_t sizeofcmds; member
1016 sys::swapByteOrder(mh.sizeofcmds); in swapStruct()
1026 sys::swapByteOrder(H.sizeofcmds); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h51 uint32_t sizeofcmds; member
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h46 uint32_t sizeofcmds; member
/external/v8/src/
Dgdb-jit.cc500 uint32_t sizeofcmds; member
551 header->sizeofcmds = 0; in WriteHeader()
590 header->sizeofcmds = in WriteSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp187 if (sizeof(MachOObjectFile::LoadCommandInfo) > Obj->getHeader().sizeofcmds) in getFirstLoadCommandInfo()
199 Obj->getData().data() + HeaderSize + Obj->getHeader().sizeofcmds) in getNextLoadCommandInfo()
281 BigSize += getHeader().sizeofcmds; in MachOObjectFile()

12