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

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  355     if (!image->HasKey("load_address") ||
  356         !image->HasKey("pathname") ||
  357         !image->HasKey("mod_date") ||
  358         !image->HasKey("mach_header") ||
  359         image->GetValueForKey("mach_header")->GetAsDictionary() == nullptr ||
  360         !image->HasKey("segments") ||
  361         image->GetValueForKey("segments")->GetAsArray() == nullptr ||
  362         !image->HasKey("uuid")) {
  367         image->GetValueForKey("load_address")->GetAsInteger()->GetValue();
  369         image->GetValueForKey("mod_date")->GetAsInteger()->GetValue();
  371         image->GetValueForKey("pathname")->GetAsString()->GetValue(),
  375         image->GetValueForKey("mach_header")->GetAsDictionary();
  385     if (image->HasKey("min_version_os_name")) {
  386       std::string os_name = image->GetValueForKey("min_version_os_name")
  404     if (image->HasKey("min_version_os_sdk")) {
  406           image->GetValueForKey("min_version_os_sdk")
  433         image->GetValueForKey("segments")->GetAsArray();
  477         image->GetValueForKey("uuid")->GetAsString()->GetValue());