confused about symbol version table

Ian Lance Taylor iant@google.com
Fri Jul 23 14:56:00 GMT 2010


Pan ruochen <panruochen@gmail.com> writes:

> Do these descriptions not mean a dynamic section contains an array of
> ELF32_Dyn entries?

They do mean that.

However, the relevant data here is not the PT_DYNAMIC segment, it is the
DT_SYMTAB section referenced from the PT_DYNAMIC segment.  In section
terms, it is the .dynsym section, not the .dynamic section.

Ian



More information about the Binutils mailing list