FreeCalypso > hg > freecalypso-reveng
comparison 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 |
comparison
equal
deleted
inserted
replaced
70:6799a5c57a49 | 71:c15cd3d695c0 |
---|---|
1 /* | |
2 * The structures defined in this header file | |
3 * are internal to our utility. | |
4 */ | |
5 | |
6 struct internal_scnhdr { | |
7 char *name; | |
8 unsigned size; | |
9 unsigned data_offset; | |
10 unsigned reloc_offset; | |
11 unsigned line_offset; | |
12 unsigned nreloc; | |
13 unsigned nlineent; | |
14 unsigned flags; | |
15 }; |