mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add R_AARCH64_NONE, the null relocation.
This commit is contained in:
parent
23c48d2315
commit
e8a2ef58c2
1 changed files with 1 additions and 0 deletions
|
|
@ -863,6 +863,7 @@ typedef struct {
|
|||
#define R_386_TLS_TPOFF32 37 /* GOT entry of -ve static TLS offset */
|
||||
#define R_386_IRELATIVE 42 /* PLT entry resolved indirectly at runtime */
|
||||
|
||||
#define R_AARCH64_NONE 0 /* No relocation */
|
||||
#define R_AARCH64_ABS64 257 /* Absolute offset */
|
||||
#define R_AARCH64_ABS32 258 /* Absolute, 32-bit overflow check */
|
||||
#define R_AARCH64_ABS16 259 /* Absolute, 16-bit overflow check */
|
||||
|
|
|
|||
Loading…
Reference in a new issue