summaryrefslogtreecommitdiff
path: root/utils/libmach/obj.h
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-04-27 12:51:13 +0100
committerforsyth <forsyth@vitanuova.com>2010-04-27 12:51:13 +0100
commitd67b7dad77bb8aa973dad1f7c3ab0c309b114278 (patch)
tree6794120fb327d6de19cf05eed53f80d877781a3e /utils/libmach/obj.h
parent09da2e137d5eb0c940df35d989e4c31ec0654fc4 (diff)
20100427-1251
Diffstat (limited to 'utils/libmach/obj.h')
-rw-r--r--utils/libmach/obj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/libmach/obj.h b/utils/libmach/obj.h
index 2d2dfea6..d8c507aa 100644
--- a/utils/libmach/obj.h
+++ b/utils/libmach/obj.h
@@ -18,7 +18,8 @@ struct Prog /* info from .$O files */
char type; /* type of the symbol: ie, 'T', 'a', etc. */
char sym; /* index of symbol's name */
char *id; /* name for the symbol, if it introduces one */
+ uint sig; /* type signature for symbol */
};
#define UNKNOWN '?'
-void _offset(int, long);
+void _offset(int, vlong);