[edk2] __executable_start

2015-08-09 Thread Narinder Dhillon
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.

Re: [edk2] __executable_start

2015-08-09 Thread Ard Biesheuvel
On 9 August 2015 at 23:20, Narinder Dhillon 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