changeset 83:3dfecd91c5b0

tiobjd: known reloc types defined
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 26 Mar 2014 06:13:43 +0000
parents c20dc315a9d4
children 8b15a0969c9e
files ticoff/coffconst.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ticoff/coffconst.h	Wed Mar 26 06:00:07 2014 +0000
+++ b/ticoff/coffconst.h	Wed Mar 26 06:13:43 2014 +0000
@@ -29,3 +29,9 @@
 #define C_EOS		102	/* end of structure		*/
 #define C_FILE		103	/* file name			*/
 #define C_LINE		104	/* line # reformatted as symbol table entry */
+
+/* Reloc types */
+
+#define	RTYPE_LONG	0x11
+#define	RTYPE_THUMB_BL	0x16
+#define	RTYPE_ARM_B	0x17