commit | 8f7e2b2980a2d964db60a19a5d2ef8532caddf7d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Dec 26 12:49:09 2018 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:42:20 2019 +0100 |
tree | 08140cfb6de91b29c1a5ff58da9c6587736b1498 | |
parent | 0e18f584de59a86aaf86bd328dbd16fbd0175b3d [diff] |
efi_loader: set entry point in efi_load_pe() Up to now efi_load_pe() returns the entry point or NULL in case of an error. This does not allow to return correct error codes from LoadImage(). Let efi_load_pe() return a status code and fill in the entry point in the corresponding field of the image object. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>