about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index bc72310ea8..f410f10daf 100644
--- a/include/link.h
+++ b/include/link.h
@@ -293,6 +293,9 @@ struct dl_phdr_info
     const char *dlpi_name;
     const ElfW(Phdr) *dlpi_phdr;
     ElfW(Half) dlpi_phnum;
+
+    unsigned long long int dlpi_adds;
+    unsigned long long int dlpi_subs;
   };
 
 extern int dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info,