Home
last modified time | relevance | path

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

123

/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
Drebase_opcode.yaml10 sizeofcmds: 224
Ddylib_dylinker_command.yaml10 sizeofcmds: 106
Dweak_bind_opcode.yaml10 sizeofcmds: 224
Dbind_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.cc113 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header()
123 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header_64()
/external/perfetto/src/trace_processor/importers/elf/
Dbinary_info.cc126 uint32_t sizeofcmds; /* the size of all the load commands */ member
157 if (size < sizeof(mach_header_64) + header.sizeofcmds) in GetMachOBinaryInfo()
164 const uint8_t* pcmds_end = pcmd + header.sizeofcmds; in GetMachOBinaryInfo()
/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.cc288 (struct load_command*)malloc(mh.sizeofcmds); in __breakpad_fdnlist()
292 if (read(fd, (char*)load_commands, mh.sizeofcmds) != in __breakpad_fdnlist()
293 (ssize_t)mh.sizeofcmds) { in __breakpad_fdnlist()
304 (char*)lcp + lcp->cmdsize > (char*)load_commands + mh.sizeofcmds) { in __breakpad_fdnlist()
/external/llvm/test/tools/llvm-ar/Inputs/
Dmacho.yaml8 sizeofcmds: 152
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOLayoutBuilder.cpp117 uint64_t Offset = IsObjectFile ? (HeaderSize + O.Header.SizeOfCmds) : 0; in layoutSegments()
234 Offset >= HeaderSize + O.Header.SizeOfCmds) && in layoutTail()
236 Offset = std::max(Offset, HeaderSize + O.Header.SizeOfCmds); in layoutTail()
460 O.Header.SizeOfCmds = computeSizeOfCmds(); in layout()
DMachOReader.cpp26 O.Header.SizeOfCmds = MachOObj.getHeader().sizeofcmds; in readHeader()
/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/cronet/stable/base/profiler/
Dmodule_cache_apple.cc53 size_t offset_limit = sizeof(MachHeaderType) + mach_header->sizeofcmds; in GetUniqueIdAndTextSize()
/external/cronet/tot/base/profiler/
Dmodule_cache_apple.cc53 size_t offset_limit = sizeof(MachHeaderType) + mach_header->sizeofcmds; in GetUniqueIdAndTextSize()

123