Lines Matching defs:loaded_image
1835 EFI_LOADED_IMAGE *loaded_image;
1889 (void **)&loaded_image);
1899 loaded_image->LoadOptions = argp = malloc (len);
1900 loaded_image->LoadOptionsSize = len;
1921 loaded_image->DeviceHandle =
1926 loaded_image->DeviceHandle =
1932 loaded_image->DeviceHandle = hd->pd_handle;
1941 loaded_image->DeviceHandle =
1954 free(loaded_image->LoadOptions);
1955 loaded_image->LoadOptions = NULL;
1956 status = BS->UnloadImage(loaded_image);