HomeSort by relevance Sort by last modified time
    Searched refs:sizeofcmds (Results 1 - 15 of 15) sorted by null

  /external/google-breakpad/src/common/mac/
macho_utilities.cc 69 mh->sizeofcmds = ByteSwap(mh->sizeofcmds);
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 284 (struct load_command *)malloc(mh.sizeofcmds);
288 if (read(fd, (char *)load_commands, mh.sizeofcmds) !=
289 (ssize_t)mh.sizeofcmds) {
301 (char *)load_commands + mh.sizeofcmds) {
dynamic_images.cc 471 sizeof(mach_header_type) + header->sizeofcmds;
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 31 unsigned char sizeofcmds[4]; /* Total size of load commands. */ member in struct:mach_o_header_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 55 unsigned char sizeofcmds[4]; /* Total size of load commands. */ member in struct:mach_o_header_32
68 unsigned char sizeofcmds[4]; /* Total size of load commands. */ member in struct:mach_o_header_64
919 set_32 (hdr + offsetof (struct mach_o_header_32, sizeofcmds),
925 set_32 (hdr + offsetof (struct mach_o_header_64, sizeofcmds),
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 543 len = sizeof(mh) + mh.sizeofcmds;
562 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh));
  /external/llvm/include/llvm/Support/
MachO.h 540 uint32_t sizeofcmds; member in struct:llvm::MachO::mach_header
550 uint32_t sizeofcmds; member in struct:llvm::MachO::mach_header_64
1002 sys::swapByteOrder(mh.sizeofcmds);
1012 sys::swapByteOrder(H.sizeofcmds);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 34 unsigned long sizeofcmds; member in struct:bfd_mach_o_header
mach-o.c 1090 bfd_h_put_32 (abfd, header->sizeofcmds, raw.sizeofcmds);
    [all...]
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 354 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds)
  /external/v8/src/
gdb-jit.cc 498 uint32_t sizeofcmds; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
549 header->sizeofcmds = 0;
587 header->sizeofcmds =
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 302 printf (_(" sizeofcmds: %08lx (%lu)\n"), h->sizeofcmds, h->sizeofcmds);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 425 W.printNumber("SizeOfLoadCommands", Header.sizeofcmds);
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 268 if (sli.szB < sizeof(struct MACH_HEADER) + mh.sizeofcmds) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 315 milliseconds