Skip to content

Commit 82819db

Browse files
0x0ecemjain-jump
authored andcommitted
sbpf: elf loader rewrite pt. 1
1 parent 97abffa commit 82819db

File tree

4 files changed

+674
-23
lines changed

4 files changed

+674
-23
lines changed

src/ballet/elf/fd_elf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
#define FD_ELF_DT_REL 17
9191
#define FD_ELF_DT_RELSZ 18
9292
#define FD_ELF_DT_RELENT 19
93+
#define FD_ELF_DT_NUM 35
9394

9495
/* FD_ELF64_ST_TYPE extracts the symbol type from symbol st_info */
9596

0 commit comments

Comments
 (0)