On 9 August 2015 at 23:20, Narinder Dhillon <ndhillo...@gmail.com> wrote:
> Hi All,
>
> I am building a UEFI image for ARMv7 Cortex A7 SoC. While debugging, I
> looked at the objdump of my 'dll' files and notice that entry point offset
> is around 0x8000.
>
> Looking at DxeCore.map file I noticed below statement.
> Any idea where this 0x8000 offset might be coming from ?
>
> Thanx.
>
>                 0x0000000000008000                PROVIDE
> (__executable_start, 0x8000)
>                 0x0000000000008094                . = (0x8000 +
> SIZEOF_HEADERS)
>

This is from the builtin linker script that GNU ld uses if you don't
specify one on the command line.

Is this a problem?

-- 
Ard.

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to