From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Graegert Subject: Re: Misc debugging questions Date: Wed, 2 Nov 2005 13:14:14 +0100 Message-ID: <6a00c8d50511020414h207287c1h8bfdf27dbdccffcb@mail.gmail.com> References: <43689CE6.9090301@crearium.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <43689CE6.9090301@crearium.com> Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org On 11/2/05, fabio wrote: > Hello, > > I would like to know what represents the addresses found in objdump of a > binary? Are these the address where the file will be eventually mapped > to? or are these addresses the organization inside the binary file? [snip] > In general terms, what does a ELF executable file contain? anyone can > point to a website with a graphical view of this format? Quick overview: http://www2.linuxjournal.com/article/1060 Detailed infos: http://www.skyfree.org/linux/references/ELF_Format.pdf \Steve