FreeCalypso > hg > freecalypso-reveng
annotate leo-obj/tool/globals.h @ 408:14302e075f37 default tip
hr-bits: further conditionalize SID-1-diff
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Jul 2024 10:06:38 +0000 |
parents | 87b82398a08b |
children |
rev | line source |
---|---|
70 | 1 /* |
2 * extern declarations of global vars for the tiobjd program. | |
3 */ | |
4 | |
5 extern char *objfilename; | |
6 extern u_char *filemap; | |
7 extern size_t objfile_tot_size; | |
8 | |
9 extern struct external_filehdr *filehdr_struct; | |
10 extern struct external_scnhdr *sections_raw; | |
11 extern unsigned nsections; | |
12 extern struct external_syment *symtab_raw; | |
13 extern unsigned nsymtab; | |
14 extern unsigned strtab_offset; | |
71
c15cd3d695c0
tiobjd: successful parsing of the section header table
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
70
diff
changeset
|
15 |
c15cd3d695c0
tiobjd: successful parsing of the section header table
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
70
diff
changeset
|
16 extern struct internal_scnhdr *sections; |
73
10f3fbff5e97
tiobjd: symbol table parsing implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
71
diff
changeset
|
17 extern struct internal_syment **symtab; |