diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-15 16:29:24 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-15 16:29:24 +0000 |
| commit | ec4aee35de3446713c6754641cdad82adc011204 (patch) | |
| tree | fb40b7b153da4bbb47ec46b40144a18fbfbcf74b /api/elf/elf.h | |
| parent | 97fcd7d1fc4574753d91e6767a8d8a7653a7f7fe (diff) | |
infrastructure for dynamic symbol resolution
Diffstat (limited to 'api/elf/elf.h')
| -rw-r--r-- | api/elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/elf/elf.h b/api/elf/elf.h index 3d82bc0..209c219 100644 --- a/api/elf/elf.h +++ b/api/elf/elf.h @@ -80,4 +80,5 @@ typedef uint8_t Elf_Byte; #define DT_RELAENT 9 #define DT_STRSZ 10 #define DT_SYMENT 11 +#define DT_JMPREL 0x17 |
