Use AoS for modules instead of SoA

This commit is contained in:
2025-04-18 14:39:09 +03:00
parent dcf863bf26
commit 09d5020494
5 changed files with 70 additions and 91 deletions

View File

@@ -2,6 +2,7 @@
#define ELF_H_
#include <libelf.h>
#include <gelf.h>
const char *dyn_type_to_str(unsigned type);
const char *segment_type_to_str(unsigned type);