Searched refs:loaded_image (Results 1 – 6 of 6) sorted by relevance
69 EFI_LOADED_IMAGE *loaded_image; in try_boot() local126 (void **)&loaded_image); in try_boot()136 loaded_image->DeviceHandle = dev->devhandle; in try_boot()137 loaded_image->LoadOptionsSize = cmdsize; in try_boot()138 loaded_image->LoadOptions = cmd; in try_boot()156 loaded_image->LoadOptionsSize = 0; in try_boot()157 loaded_image->LoadOptions = NULL; in try_boot()
1969 EFI_LOADED_IMAGE *loaded_image; in command_chain() local2025 (void **)&loaded_image); in command_chain()2035 loaded_image->LoadOptions = argp = malloc (len); in command_chain()2036 loaded_image->LoadOptionsSize = len; in command_chain()2057 loaded_image->DeviceHandle = in command_chain()2062 loaded_image->DeviceHandle = in command_chain()2068 loaded_image->DeviceHandle = hd->pd_handle; in command_chain()2077 loaded_image->DeviceHandle = in command_chain()2097 free(loaded_image->LoadOptions); in command_chain()2098 loaded_image->LoadOptions = NULL; in command_chain()[all …]
685 lldb_private::FileSpec *loaded_image) { in DoLoadImage() argument686 if (loaded_image) in DoLoadImage()687 loaded_image->Clear(); in DoLoadImage()926 if (loaded_image && buffer_addr != 0x0) in DoLoadImage()933 loaded_image->SetFile(name_string, llvm::sys::path::Style::posix); in DoLoadImage()
65 lldb_private::FileSpec *loaded_image) override;
526 const auto &loaded_image = loaded_images_sp->GetItemAtIndex(idx); in GetLoadedDynamicLibrariesInfos() local527 if (!reload_image(loaded_image.get()) && print_error) { in GetLoadedDynamicLibrariesInfos()
1846 lldb_private::FileSpec *loaded_image) { in DoLoadImage() argument