aboutsummaryrefslogtreecommitdiff
path: root/include/elf/external.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/external.h')
-rw-r--r--include/elf/external.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/external.h b/include/elf/external.h
index 38e6596..403ee62 100644
--- a/include/elf/external.h
+++ b/include/elf/external.h
@@ -143,6 +143,10 @@ typedef struct {
unsigned char st_size[8]; /* Associated symbol size */
} Elf64_External_Sym;
+typedef struct {
+ unsigned char est_shndx[4]; /* Section index */
+} Elf_External_Sym_Shndx;
+
/* Note segments */
typedef struct {