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

  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 173 const struct mach_header_64* mh = buf;
181 if (szB < sizeof(struct mach_header_64))
246 struct mach_header_64* mh;
302 if (ii->macho_img_szB < sizeof(struct mach_header_64))
315 mh = (struct mach_header_64 *)ii->macho_img;
328 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds)
381 { struct mach_header_64 *mh = (struct mach_header_64 *)ii.macho_img;
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 370 if (sizeInBytes >= sizeof(struct mach_header_64)) {
388 struct mach_header_64* header = (struct mach_header_64*)rawData.data();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 174 // Each Mach-O image has a header (mach_header or mach_header_64) starting with
259 current_load_cmd_addr_ = (char*)hdr + sizeof(mach_header_64);
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 52 * because it's identical to mach_header_64 except for the last
78 buf += sizeof(struct mach_header_64);
  /external/llvm/include/llvm/Support/
MachO.h 27 // llvm::MachO::mach_header_64
36 // llvm::MachO::mach_header_64
50 // llvm::MachO::mach_header_64
296 struct mach_header_64 { struct in namespace:llvm::MachO
  /external/v8/src/
platform-macos.cc 261 reinterpret_cast<const mach_header_64*>(header),
  /external/valgrind/main/coregrind/m_ume/
macho.c 64 #define MACH_HEADER mach_header_64
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 74 # define MACH_HEADER mach_header_64
    [all...]

Completed in 528 milliseconds