45 bool m_tflag, m_dflag, m_bflag, m_zflag;
46 int m_tbase, m_dbase, m_bbase, m_zbase;
47 int m_tdiff, m_ddiff, m_bdiff, m_zdiff;
52 static int read_options(
unsigned char *buf);
53 static int read_undef(
unsigned char *buf);
55 int reldiff(
unsigned char s);
56 unsigned char *reloc_seg(
unsigned char *buf,
int len,
unsigned char *rtab);
57 unsigned char *reloc_globals(
unsigned char *buf);
68 void setReloc(segment_t type,
int addr);
83 bool reloc(
unsigned char **buf,
int *fsize);
bool reloc(unsigned char **buf, int *fsize)
Definition: reloc65.cpp:81
void setExtract(segment_t type)
Definition: reloc65.cpp:76
void setReloc(segment_t type, int addr)
Definition: reloc65.cpp:51