Home
last modified time | relevance | path

Searched refs:loaded_image_info (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_image_loader.c190 struct efi_loaded_image *loaded_image_info, in efi_set_code_and_data_type() argument
195 loaded_image_info->image_code_type = EFI_LOADER_CODE; in efi_set_code_and_data_type()
196 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
199 loaded_image_info->image_code_type = EFI_BOOT_SERVICES_CODE; in efi_set_code_and_data_type()
210 loaded_image_info->image_code_type = EFI_LOADER_CODE; in efi_set_code_and_data_type()
211 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
732 struct efi_loaded_image *loaded_image_info) in efi_load_pe() argument
799 loaded_image_info->image_code_type); in efi_load_pe()
815 loaded_image_info->image_code_type); in efi_load_pe()
864 loaded_image_info->image_base = efi_reloc; in efi_load_pe()
[all …]
A Defi_load_options.c29 struct efi_loaded_image *loaded_image_info; in efi_set_load_options() local
35 (void **)&loaded_image_info, in efi_set_load_options()
41 loaded_image_info->load_options = load_options; in efi_set_load_options()
42 loaded_image_info->load_options_size = load_options_size; in efi_set_load_options()
/u-boot/cmd/
A Dbootefi.c568 struct efi_loaded_image *loaded_image_info) in bootefi_run_finish() argument
571 free(loaded_image_info->load_options); in bootefi_run_finish()
583 struct efi_loaded_image *loaded_image_info; in do_efi_selftest() local
586 ret = bootefi_test_prepare(&image_obj, &loaded_image_info, in do_efi_selftest()
593 bootefi_run_finish(image_obj, loaded_image_info); in do_efi_selftest()
/u-boot/include/
A Defi_loader.h473 struct efi_loaded_image *loaded_image_info);

Completed in 9 milliseconds