Home
last modified time | relevance | path

Searched full:sizeofcmds (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/ObjectYAML/MachO/
Dfat_macho_i386_x86_64.yaml25 sizeofcmds: 0
33 sizeofcmds: 0
62 #CHECK: sizeofcmds: 0
71 #CHECK: sizeofcmds: 0
Dmach_header.yaml10 sizeofcmds: 0
21 # CHECK: sizeofcmds: 0
Dmach_header_64.yaml10 sizeofcmds: 0
22 # CHECK: sizeofcmds: 0
Dmach_header_32_malformed.yaml10 sizeofcmds: 0
Dbogus_load_command.yaml10 sizeofcmds: 56
Ddylib_dylinker_command.yaml10 sizeofcmds: 106
Drebase_opcode.yaml10 sizeofcmds: 224
Dbind_opcode.yaml10 sizeofcmds: 224
Dweak_bind_opcode.yaml10 sizeofcmds: 224
Dexport_trie.yaml10 sizeofcmds: 1408
Dout_of_order_linkedit.yaml10 sizeofcmds: 1408
Dsections.yaml10 sizeofcmds: 1408
Dload_commands.yaml10 sizeofcmds: 1408
/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-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/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()
/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-ar/Inputs/
Dmacho.yaml8 sizeofcmds: 152
/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/include/llvm/Support/
DMachO.h285 uint32_t sizeofcmds; member
295 uint32_t sizeofcmds; member
/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/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/llvm/lib/ObjectYAML/
DMachOYAML.cpp81 IO.mapRequired("sizeofcmds", FileHdr.sizeofcmds); in mapping()

12