ELF file format
Sivakumar
skganesan@yahoo.com
Wed Mar 3 08:46:00 GMT 2004
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
More information about the Binutils
mailing list