Home
last modified time | relevance | path

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

/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-headers.test26 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
122 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
446 FATi386: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
450 NON_VERBOSE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
/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/llvm/include/llvm/Support/
DMachO.h540 uint32_t sizeofcmds; member
550 uint32_t sizeofcmds; member
1002 sys::swapByteOrder(mh.sizeofcmds); in swapStruct()
1012 sys::swapByteOrder(H.sizeofcmds); in swapStruct()
/external/valgrind/coregrind/m_ume/
Dmacho.c543 len = sizeof(mh) + mh.sizeofcmds; in load_thin_file()
562 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh)); in load_thin_file()
/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c354 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds) in map_image_aboard()
/external/v8/src/
Dgdb-jit.cc498 uint32_t sizeofcmds; member
549 header->sizeofcmds = 0; in WriteHeader()
587 header->sizeofcmds = in WriteSections()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp425 W.printNumber("SizeOfLoadCommands", Header.sizeofcmds); in printFileHeaders()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c268 if (sli.szB < sizeof(struct MACH_HEADER) + mh.sizeofcmds) { in map_image_aboard()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7033 uint32_t ncmds, uint32_t sizeofcmds, uint32_t flags, in PrintMachHeader() argument
7191 outs() << format(" %10u", sizeofcmds); in PrintMachHeader()
7299 outs() << format(" %10u", sizeofcmds); in PrintMachHeader()
8656 H_64.ncmds, H_64.sizeofcmds, H_64.flags, verbose); in getAndPrintMachHeader()
8663 H.sizeofcmds, H.flags, verbose); in getAndPrintMachHeader()