mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
elf: Add latest x86 relocation types.
svn path=/trunk/yasm/; revision=2208
This commit is contained in:
parent
0f373ef2ae
commit
fbb1fd248d
1 changed files with 4 additions and 1 deletions
|
|
@ -303,7 +303,10 @@ typedef enum {
|
|||
R_386_TLS_LE_32 = 34, /* Offset relative to static TLS block */
|
||||
R_386_TLS_DTPMOD32 = 35, /* ID of module containing symbol */
|
||||
R_386_TLS_DTPOFF32 = 36, /* Offset in TLS block */
|
||||
R_386_TLS_TPOFF32 = 37 /* Offset in static TLS block */
|
||||
R_386_TLS_TPOFF32 = 37, /* Offset in static TLS block */
|
||||
R_386_TLS_GOTDESC = 39,
|
||||
R_386_TLS_DESC_CALL = 40,
|
||||
R_386_TLS_DESC = 41
|
||||
} elf_386_relocation_type;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue