Searched full:sizeofcmds (Results 1 – 25 of 63) sorted by relevance
123
25 sizeofcmds: 033 sizeofcmds: 062 #CHECK: sizeofcmds: 071 #CHECK: sizeofcmds: 0
10 sizeofcmds: 021 # CHECK: sizeofcmds: 0
10 sizeofcmds: 022 # CHECK: sizeofcmds: 0
10 sizeofcmds: 0
10 sizeofcmds: 56
10 sizeofcmds: 224
10 sizeofcmds: 106
10 sizeofcmds: 1408
113 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header()123 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header_64()
126 uint32_t sizeofcmds; /* the size of all the load commands */ member157 if (size < sizeof(mach_header_64) + header.sizeofcmds) in GetMachOBinaryInfo()164 const uint8_t* pcmds_end = pcmd + header.sizeofcmds; in GetMachOBinaryInfo()
28 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags124 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags448 FATi386: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags452 NON_VERBOSE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
288 (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()
8 sizeofcmds: 152
117 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()
26 O.Header.SizeOfCmds = MachOObj.getHeader().sizeofcmds; in readHeader()
6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
53 size_t offset_limit = sizeof(MachHeaderType) + mach_header->sizeofcmds; in GetUniqueIdAndTextSize()