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

Declarations

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  175   bool UpdateImageLoadAddress(lldb_private::Module *module, ImageInfo &info);

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  557       UpdateImageLoadAddress(exe_module_sp.get(), image_infos[exe_idx]);
  572       UpdateImageLoadAddress(dyld_sp.get(), image_infos[dyld_idx]);
  587       UpdateImageLoadAddress(dyld_sp.get(), image_info);
  652                 UpdateImageLoadAddress(commpage_image_module_sp.get(),
  669       if (UpdateImageLoadAddress(image_module_sp.get(), image_infos[idx])) {
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  940       UpdateImageLoadAddress(exe_module_sp.get(), image_infos[exe_idx]);
  961             UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld);
 1009           UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld);