# HG changeset patch # User Michael Spacefalcon # Date 1395814423 0 # Node ID 3dfecd91c5b039b858556d26787b0ee31bd3f732 # Parent c20dc315a9d48e0f6666a5a475e33bc1d5775a3d tiobjd: known reloc types defined diff -r c20dc315a9d4 -r 3dfecd91c5b0 ticoff/coffconst.h --- 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