view leo-obj/tool/globals.h @ 197:cf3b4cb3d212

bootrom.notes typo fix (courtesy of pfalcon <pmiscml@gmail.com>)
author Michael Spacefalcon <falcon@ivan.Harhan.ORG>
date Thu, 16 Apr 2015 04:12:48 +0000
parents 87b82398a08b
children
line wrap: on
line source

/*
 * extern declarations of global vars for the tiobjd program.
 */

extern char *objfilename;
extern u_char *filemap;
extern size_t objfile_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;
extern struct internal_syment **symtab;