FreeCalypso > hg > freecalypso-reveng
view 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 |
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; };
