FreeCalypso > hg > freecalypso-reveng
comparison ticoff/intstruct.h @ 116:5f4141ee175b
tiobjd: retain the original symtab order for symbols at the same position
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 03 Apr 2014 07:00:08 +0000 |
| parents | e650fdc743fe |
| children | 2c6b1319383b |
comparison
equal
deleted
inserted
replaced
| 115:2f23301d2f86 | 116:5f4141ee175b |
|---|---|
| 16 struct internal_syment **sorted_symbols; | 16 struct internal_syment **sorted_symbols; |
| 17 struct internal_reloc *int_relocs; | 17 struct internal_reloc *int_relocs; |
| 18 }; | 18 }; |
| 19 | 19 |
| 20 struct internal_syment { | 20 struct internal_syment { |
| 21 unsigned number; | |
| 21 char *name; | 22 char *name; |
| 22 unsigned value; | 23 unsigned value; |
| 23 int scnum; | 24 int scnum; |
| 24 int type; | 25 int type; |
| 25 int class; | 26 int class; |
