FreeCalypso > hg > freecalypso-reveng
diff ticoff/intstruct.h @ 71:c15cd3d695c0
tiobjd: successful parsing of the section header table
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 22 Mar 2014 05:53:02 +0000 |
parents | |
children | 10f3fbff5e97 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ticoff/intstruct.h Sat Mar 22 05:53:02 2014 +0000 @@ -0,0 +1,15 @@ +/* + * The structures defined in this header file + * are internal to our utility. + */ + +struct internal_scnhdr { + char *name; + unsigned size; + unsigned data_offset; + unsigned reloc_offset; + unsigned line_offset; + unsigned nreloc; + unsigned nlineent; + unsigned flags; +};