comparison ticoff/intstruct.h @ 73:10f3fbff5e97

tiobjd: symbol table parsing implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 25 Mar 2014 18:34:03 +0000
parents c15cd3d695c0
children da103b9377e3
comparison
equal deleted inserted replaced
72:2bec477178fc 73:10f3fbff5e97
11 unsigned line_offset; 11 unsigned line_offset;
12 unsigned nreloc; 12 unsigned nreloc;
13 unsigned nlineent; 13 unsigned nlineent;
14 unsigned flags; 14 unsigned flags;
15 }; 15 };
16
17 struct internal_syment {
18 char *name;
19 unsigned value;
20 int scnum;
21 int type;
22 int class;
23 u_char *aux;
24 };