HomeSort by relevance Sort by last modified time
    Searched refs:segment_command_64 (Results 1 - 6 of 6) 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/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 131 // segment_command_64 correspond to the memory address, memory size and the
207 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>(
  /external/libvpx/build/make/
obj_int_extract.c 147 struct segment_command_64 seg_c;
149 memcpy(&seg_c, seg_buf, sizeof(struct segment_command_64));
150 seg_buf += sizeof(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/valgrind/main/coregrind/m_debuginfo/
readmacho.c 76 # define SEGMENT_COMMAND segment_command_64
    [all...]

Completed in 852 milliseconds