FreeCalypso > hg > freecalypso-reveng
view objgrep/globals.h @ 213:05d2d34f5015
compal directory: added analysis of C139 boot code version with 1004 signature
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 25 Jul 2016 19:29:03 +0000 |
| parents | 77cd647375e5 |
| children |
line wrap: on
line source
/* * extern declarations of global vars for the objgrep program, based on tiobjd. */ extern char *objfilename, *binfilename; extern u_char *objfilemap, *binfilemap; extern size_t objfile_tot_size, binfile_tot_size; extern struct external_filehdr *filehdr_struct; extern struct external_scnhdr *sections_raw; extern unsigned nsections; extern struct external_syment *symtab_raw; extern unsigned nsymtab; extern unsigned strtab_offset; extern struct internal_scnhdr *sections, *grep_section; extern struct internal_syment **symtab; extern u_char *pattern_match, *pattern_mask; extern unsigned pattern_len; extern struct internal_reloc *relocs; extern unsigned nreloc_int, nreloc_ext; extern unsigned match_offset;
