mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
LibC+LibELF: Handle the R_AARCH64_IRELATIVE relocation type
This is the AArch64 equivalent of `R_X86_64_IRELATIVE`, which specifies a symbol whose address is determined by calling a local IFUNC resolver function.
This commit is contained in:
parent
b23a0b409d
commit
c4e0f5e5ee
2 changed files with 2 additions and 0 deletions
|
@ -827,3 +827,4 @@ struct elf_args {
|
|||
#define R_AARCH64_JUMP_SLOT 1026
|
||||
#define R_AARCH64_RELATIVE 1027
|
||||
#define R_AARCH64_TLS_TPREL64 1030
|
||||
#define R_AARCH64_IRELATIVE 1032
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue