view leo-obj/tool/globals.c @ 311:9cecc930d78f

fluid-mnf: original source from TI, defenestrated line endings and rearranged directory structure, but no *.[ch] source file content changes yet
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 29 Feb 2020 05:36:07 +0000
parents 87b82398a08b
children
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;
struct internal_syment **symtab;