Skip to content

Commit 3eb6077

Browse files
committed
sbpf: elf loader rewrite
1 parent 873c1fc commit 3eb6077

File tree

3 files changed

+639
-14
lines changed

3 files changed

+639
-14
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)