diff options
| author | 2026-03-26 10:52:15 +0100 | |
|---|---|---|
| committer | 2026-03-26 10:52:15 +0100 | |
| commit | 20dc93c4473a5d5a53462fff09a74b2839d10d6b (patch) | |
| tree | fc2f2cef08c3b12b4878a4bae86f249f9e4fa9d2 /src/obj.h | |
| parent | 9caddc7b3a2286cb45128c0b7374c92d482df1fa (diff) | |
aarch64: GOT relocations
Diffstat (limited to 'src/obj.h')
| -rw-r--r-- | src/obj.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ enum relockind { REL_ADR_PREL_PG_HI21, REL_ADD_ABS_LO12_NC, REL_LD_PREL_LO19, + REL_ADR_GOT_PAGE, + REL_LD64_GOT_LO12_NC, NRELOCKIND, }; enum section { Snone, Stext, Srodata, Sdata, Sbss }; |