efi_loader: save image relocation address and size
For analyzing crash output the relocation address and size are needed. Save them in the loaded image info. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:

committed by
Alexander Graf

parent
7fb96a10b3
commit
84b40b40ad
@@ -221,6 +221,8 @@ void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info)
|
||||
/* Populate the loaded image interface bits */
|
||||
loaded_image_info->image_base = efi;
|
||||
loaded_image_info->image_size = image_size;
|
||||
loaded_image_info->reloc_base = efi_reloc;
|
||||
loaded_image_info->reloc_size = virt_size;
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
Reference in New Issue
Block a user