reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  451       m_dyld_all_image_infos.version = data.GetU32(&offset);
  464         offset = 0;
  465         m_dyld_all_image_infos.version = data.GetU32(&offset);
  477       offset = 0;
  478       m_dyld_all_image_infos.version = data.GetU32(&offset);
  479       m_dyld_all_image_infos.dylib_info_count = data.GetU32(&offset);
  480       m_dyld_all_image_infos.dylib_info_addr = data.GetPointer(&offset);
  481       m_dyld_all_image_infos.notification = data.GetPointer(&offset);
  483           data.GetU8(&offset);
  484       m_dyld_all_image_infos.libSystemInitialized = data.GetU8(&offset);
  486       offset += addr_size - 2;
  487       m_dyld_all_image_infos.dyldImageLoadAddress = data.GetPointer(&offset);
  489         offset += addr_size * 8;
  490         uint64_t dyld_all_image_infos_addr = data.GetPointer(&offset);