confused about symbol version table

Alan Modra amodra@gmail.com
Fri Jul 23 06:05:00 GMT 2010
On Fri, Jul 23, 2010 at 01:21:41PM +0800, Pan ruochen wrote:
> The size of the .dynsym section is 0x8e60 and the size of an Elf32_Dyn
> structure is 8. Thus the dynamic symbol table contains 0x8e60/8=4556 entries.

.dynsym doesn't contain Elf32_External_Dyn structs.  It contains
Elf32_External_Sym structs.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list