Re: ELF format
From: Paul Pluzhnikov (ppluzhnikov-nsp_at_charter.net)
Date: 10/14/05
- Previous message: Daniel Schüle: "Re: linking .o files into module"
- In reply to: fearloathing2001: "ELF format"
- Next in thread: fearloathing2001: "Re: ELF format"
- Reply: fearloathing2001: "Re: ELF format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Oct 2005 20:59:56 -0700
"fearloathing2001" <fearloathing2001@yahoo.com> writes:
> But how do you decide which Section Header maps onto which Program
> Header (like in readelf's output)?
By address.
For example, ".rodata" is at 0x080483f4 and therefore maps into the
first LOAD segment (spanning 0x08048000 - 0x08048400 range).
Cheers,
-- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email.
- Previous message: Daniel Schüle: "Re: linking .o files into module"
- In reply to: fearloathing2001: "ELF format"
- Next in thread: fearloathing2001: "Re: ELF format"
- Reply: fearloathing2001: "Re: ELF format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|