|
|
Subscribe / Log in / New account

Effect of ELF headers on layout

Effect of ELF headers on layout

Posted Jul 2, 2004 1:50 UTC (Fri) by giraffedata (guest, #1954)
In reply to: Reorganizing the address space by mwh
Parent article: Reorganizing the address space

While the ELF headers don't affect where the program's mmaps and mallocs get memory, they do determine where the program itself gets loaded. That means all the stuff that's in the ELF file - the text section, data section, etc.

Note that the layout change here doesn't affect where the program gets loaded.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds