From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.gustin@gm.com To: binutils@sourceware.cygnus.com Subject: ELF files... Date: Wed, 28 Jun 2000 09:57:00 -0000 Message-id: <8525690C.005C7BB7.00@usabhmg02.mail.gm.com> X-SW-Source: 2000-06/msg00579.html Dear Binutils, :) Maybe you can help ( hell, I hope you're still there at all!!! ). I need to break out an ELF file - ***including*** the data TYPES stored in same. I went through the ELF spec and wrote a parser that breaks out the ELF header, program header, sections (with their associated strings), the symbols (with their associated section names), and relocation info. What I CAN'T see, are the references - links, pointers, indexes - anything - to the stored type-names - which I can plainly see in my hex editor. I guess the spec may have this - but I don't see it! Any ideas? Thanks in advance, Bob Gustin