FreeCalypso > hg > freecalypso-reveng
diff ticoff/coffconst.h @ 83:3dfecd91c5b0
tiobjd: known reloc types defined
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 26 Mar 2014 06:13:43 +0000 |
parents | c2445afce514 |
children |
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