Add Packer::hasLoaderSection() to handle missing CFLUSH sections.

This commit is contained in:
Markus F.X.J. Oberhumer
2008-04-07 18:44:00 +02:00
parent 6c8bb3a22e
commit d54f947c98
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -240,6 +240,7 @@ protected:
#else
void __acc_cdecl_va addLoaderVA(const char *s, ...);
#endif
virtual bool hasLoaderSection(const char *name) const;
virtual int getLoaderSection(const char *name, int *slen=NULL) const;
virtual int getLoaderSectionStart(const char *name, int *slen=NULL) const;