SPRAB89A September 2011 – March 2014
Table 16-1 lists the tags, section type and section names the three symbol version elf section types associated with symbol versioning.
ELF Sections | Dynamic Tags | Section Type | Section Name |
---|---|---|---|
Version Definition | DT_VERDEF (0x6FFFFFFC) DT_VERDEFNUM (0x6FFFFFFD) | SHT_GNU_verdef (0x6FFFFFFD) | .gnu.version_d |
Version Needed | DT_VERNEED (0x6FFFFFFE) DT_VERNEEDNUM (0x6FFFFFFF) | SHT_GNU_verneed (0x6FFFFFFE) | .gnu.version_r |
Version | DT_VERSYM (0x6FFFFFF0) | SHT_GNU_versym (0x6FFFFFFF) | .gnu.versym |