This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

ELF file format


Hi all,
  The elf executable is linked with many object files.
  The current elf reader utilities such as readelf,
ELFDump produces the .text, .data, .bss from the elf
file by summing up the total number of bytes in the
.text, .data, .bss from all the object files.

Iam interested to get the .text, .data, .bss for each
of the object file.

Iam aware of the fact that i can get it by looking
into the map file generated by the linker.

Please suggest me if there is any tool to get the
.text, .data, .bss for each object file from the elf
file ?

or is there any other way to do this ?

Looking forward for your reply.
Thanks in advance.

Regards,
Siva

 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you?re looking for faster
http://search.yahoo.com


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