Added dump of exports and imports

git-svn-id: svn://svn.cc65.org/cc65/trunk@240 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-30 21:02:44 +00:00
parent f91833caef
commit 3eabe5026f
3 changed files with 158 additions and 6 deletions

View File

@@ -60,6 +60,12 @@ void DumpObjFiles (FILE* F, unsigned long Offset);
void DumpObjSegments (FILE* F, unsigned long Offset);
/* Dump the segments in the object file */
void DumpObjImports (FILE* F, unsigned long Offset);
/* Dump the imports in the object file */
void DumpObjExports (FILE* F, unsigned long Offset);
/* Dump the exports in the object file */
/* End of dump.h */