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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user