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

  /external/chromium_org/build/mac/
change_mach_o_flags.py 146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
148 return magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags
196 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
  /external/llvm/include/llvm/Support/
MachO.h 292 uint32_t sizeofcmds; member in struct:llvm::MachO::mach_header
302 uint32_t sizeofcmds; member in struct:llvm::MachO::mach_header_64
  /external/valgrind/main/coregrind/m_ume/
macho.c 529 len = sizeof(mh) + mh.sizeofcmds;
548 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh));
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 328 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds)
  /external/chromium_org/v8/src/
gdb-jit.cc 526 uint32_t sizeofcmds; member in struct:v8::BASE_EMBEDDED::MachOHeader
577 header->sizeofcmds = 0;
615 header->sizeofcmds = w->position() - load_command_start;
    [all...]
  /external/v8/src/
gdb-jit.cc 524 uint32_t sizeofcmds; member in struct:v8::BASE_EMBEDDED::MachOHeader
575 header->sizeofcmds = 0;
613 header->sizeofcmds = w->position() - load_command_start;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 290 if (ii->macho_img_szB < sizeof(struct MACH_HEADER) + mh->sizeofcmds) {
    [all...]

Completed in 339 milliseconds