Lines Matching refs:GetValueForKey
360 image_details->GetAsDictionary()->GetValueForKey("images"); in JSONImageInformationIntoImageInfo()
377 image->GetValueForKey("mach_header")->GetAsDictionary() == nullptr || in JSONImageInformationIntoImageInfo()
379 image->GetValueForKey("segments")->GetAsArray() == nullptr || in JSONImageInformationIntoImageInfo()
385 image->GetValueForKey("load_address")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
387 image->GetValueForKey("mod_date")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
389 image->GetValueForKey("pathname")->GetAsString()->GetValue(), in JSONImageInformationIntoImageInfo()
393 image->GetValueForKey("mach_header")->GetAsDictionary(); in JSONImageInformationIntoImageInfo()
395 mh->GetValueForKey("magic")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
397 mh->GetValueForKey("cputype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
399 mh->GetValueForKey("cpusubtype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
401 mh->GetValueForKey("filetype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
405 std::string(image->GetValueForKey("min_version_os_name") in JSONImageInformationIntoImageInfo()
434 std::string(image->GetValueForKey("min_version_os_sdk") in JSONImageInformationIntoImageInfo()
444 mh->GetValueForKey("flags")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
450 mh->GetValueForKey("ncmds")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
456 mh->GetValueForKey("sizeofcmds")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
461 image->GetValueForKey("segments")->GetAsArray(); in JSONImageInformationIntoImageInfo()
468 ConstString(seg->GetValueForKey("name")->GetAsString()->GetValue()); in JSONImageInformationIntoImageInfo()
470 seg->GetValueForKey("vmaddr")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
472 seg->GetValueForKey("vmsize")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
474 seg->GetValueForKey("fileoff")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
476 seg->GetValueForKey("filesize")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
478 seg->GetValueForKey("maxprot")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
485 seg->GetValueForKey("initprot")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
491 seg->GetValueForKey("flags")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
497 seg->GetValueForKey("nsects")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
505 image->GetValueForKey("uuid")->GetAsString()->GetValue()); in JSONImageInformationIntoImageInfo()