Symbol Table in binary executable
Posted: Tue Apr 29, 2008 10:05 pm
Hi, Is there any way to include the symbol table during linking with ld to a binary file?
I've tried with *(.symtbl) on my linker file but it only outputs symbols when I set elf as output format.
Thanks,
Gonzalo
I've tried with *(.symtbl) on my linker file but it only outputs symbols when I set elf as output format.
Thanks,
Gonzalo