This is the mail archive of the binutils@sourceware.org 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]

Re: confused about symbol version table


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


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