aboutsummaryrefslogtreecommitdiff
path: root/include/elf/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/internal.h')
-rw-r--r--include/elf/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/internal.h b/include/elf/internal.h
index c6e5721..4615037 100644
--- a/include/elf/internal.h
+++ b/include/elf/internal.h
@@ -124,6 +124,7 @@ struct elf_internal_sym {
unsigned long st_name; /* Symbol name, index in string tbl */
unsigned char st_info; /* Type and binding attributes */
unsigned char st_other; /* Visibilty, and target specific */
+ unsigned char st_target_internal; /* Internal-only information */
unsigned int st_shndx; /* Associated section index */
};