Searched defs:efi_loaded_image_obj (Results 1 – 1 of 1) sorted by relevance
211 struct efi_loaded_image_obj { struct212 struct efi_object header;213 void *reloc_base;214 aligned_u64 reloc_size;215 efi_status_t exit_status;216 struct jmp_buf_data exit_jmp;217 EFIAPI efi_status_t (*entry)(efi_handle_t image_handle,