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

  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 376 struct segment_command_64* seg__unixstack = NULL;
377 struct segment_command_64* seg__linkedit = NULL;
448 struct segment_command_64 *seg = (struct segment_command_64 *)cmd;
482 struct segment_command_64 *seg = seg__unixstack;
502 struct segment_command_64 *seg = seg__linkedit;
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 128 struct segment_command_64 seg_c;
130 memcpy(&seg_c, seg_buf, sizeof(struct segment_command_64));
131 seg_buf += sizeof(struct segment_command_64);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 195 // segment_command_64 correspond to the memory address, memory size and the
291 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>(
  /external/llvm/include/llvm/Support/
MachO.h 326 struct segment_command_64 { struct in namespace:llvm::MachO
  /external/valgrind/main/coregrind/m_ume/
macho.c 66 #define SEGMENT_COMMAND segment_command_64
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 76 # define SEGMENT_COMMAND segment_command_64
    [all...]

Completed in 943 milliseconds