diff ticoff/intstruct.h @ 73:10f3fbff5e97

tiobjd: symbol table parsing implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 25 Mar 2014 18:34:03 +0000
parents c15cd3d695c0
children da103b9377e3
line wrap: on
line diff
--- a/ticoff/intstruct.h	Tue Mar 25 08:51:32 2014 +0000
+++ b/ticoff/intstruct.h	Tue Mar 25 18:34:03 2014 +0000
@@ -13,3 +13,12 @@
 	unsigned	nlineent;
 	unsigned	flags;
 };
+
+struct internal_syment {
+	char		*name;
+	unsigned	value;
+	int		scnum;
+	int		type;
+	int		class;
+	u_char		*aux;
+};