mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add DT_VERSYM dynamic table entry tag definition.
llvm-svn: 194149
This commit is contained in:
parent
593286d79d
commit
91378d6ec0
@ -1570,6 +1570,7 @@ enum {
|
||||
DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count.
|
||||
|
||||
DT_FLAGS_1 = 0X6FFFFFFB, // Flags_1.
|
||||
DT_VERSYM = 0x6FFFFFF0, // The address of .gnu.version section.
|
||||
DT_VERDEF = 0X6FFFFFFC, // The address of the version definition table.
|
||||
DT_VERDEFNUM = 0X6FFFFFFD, // The number of entries in DT_VERDEF.
|
||||
DT_VERNEED = 0X6FFFFFFE, // The address of the version Dependency table.
|
||||
|
Loading…
x
Reference in New Issue
Block a user