FreeCalypso > hg > freecalypso-reveng
view objgrep/globals.c @ 202:2976621a6cbd
leo-obj/l1_dyn_dwl/l1_dyn_dwl_init.hints: show 2D byte arrays more clearly
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 04 Jul 2015 18:37:26 +0000 |
parents | 77cd647375e5 |
children |
line wrap: on
line source
/* * Definitions of global vars for the objgrep program, based on tiobjd. */ #include <sys/types.h> char *objfilename, *binfilename; u_char *objfilemap, *binfilemap; size_t objfile_tot_size, binfile_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, *grep_section; struct internal_syment **symtab; u_char *pattern_match, *pattern_mask; unsigned pattern_len; struct internal_reloc *relocs; unsigned nreloc_int, nreloc_ext; unsigned match_offset;