FreeCalypso > hg > freecalypso-reveng
view ticoff/globals.c @ 71:c15cd3d695c0
tiobjd: successful parsing of the section header table
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 22 Mar 2014 05:53:02 +0000 |
parents | 6799a5c57a49 |
children | 10f3fbff5e97 |
line wrap: on
line source
/* * Definitions of global vars for the tiobjd program. */ #include <sys/types.h> char *objfilename; u_char *filemap; size_t objfile_tot_size; struct external_filehdr *filehdr_struct; struct external_scnhdr *sections_raw; unsigned nsections; struct external_syment *symtab_raw; unsigned nsymtab; unsigned strtab_offset; struct internal_scnhdr *sections;