This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How to access an applications ELF program header and ELF section header at runtime


Thanks for the reply, are these symbols __data_start, __bss_start specific
to Linux or would they work under any GNU system running a different kernel.
I am trying to keep my work portable to any system that uses GNU libc, but
not particularly the Linux kernel.

Regards,

Bharath

-----Original Message-----
From: Eduardo [mailto:erocha.ssa@gmail.com] 
Sent: Tuesday, August 18, 2009 10:59 PM
To: Bharath Ramesh
Cc: libc-help@sourceware.org
Subject: Re: How to access an applications ELF program header and ELF
section header at runtime

Hi Bharath,

Have a look at the symbols __data_start, _edata, __bss_start and _end.

Regards,
Eduardo

On Tue, Aug 18, 2009 at 11:30 AM, Bharath Ramesh<bramesh@vt.edu> wrote:
> Hi,
> ? ? ? ?I am working on a research project which requires that I find the
> address and size of the .data and .bss section of a running application.
The
> application calls a function in my library which requires this
information.
> From what I have understood about ELF I can get this information from the
> ELF headers. I am wondering if there is any way I can get the information
of
> an applications ELF program header and ELF section header at runtime. Any
> help on this is really appreciated. I am not subscribed to the list, it
> would be great if you can copy me on the reply.
>
> Regards,
>
> Bharath
>

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]