FreeCalypso > hg > freecalypso-reveng
view ticoff/intstruct.h @ 78:c2445afce514
tiobjd: symbol storage classes decoded into mnemonics
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 26 Mar 2014 01:24:17 +0000 |
parents | 10f3fbff5e97 |
children | da103b9377e3 |
line wrap: on
line source
/* * 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; }; struct internal_syment { char *name; unsigned value; int scnum; int type; int class; u_char *aux; };