On Wed, 2009-12-30 at 12:48 +0100, Sébastien Lorquet wrote:
> would that be related to the SizeOfImage <= 10000 limit ? :-)

No. SizeOfImage is a sum of the sizes of sections. ImageBase is just an
assumption (by the development tools) of where the code might actually
run. If the OS can use the assumption, then no relocation must happen
(so this is the cheap option), otherwise it needs to run through
the .reloc section contents and apply it.

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to