#include "BinaryFile.h"
#include <string>
Go to the source code of this file.
Classes | |
class | DOS4GWBinaryFile |
struct | Header |
struct | LXFixup |
struct | LXHeader |
struct | LXObject |
struct | LXPage |
Defines | |
#define | __DOS4GWBINARYFILE_H_ |
#define | LMMH(x) |
#define | LMMH2(x) |
#define | LMMHw(x) ((unsigned)((Byte *)(&x))[0] + ((unsigned)((Byte *)(&x))[1] << 8)) |
|
Definition at line 16 of file DOS4GWBinaryFile.h. |
|
Value: ((unsigned)((Byte *)(&x))[0] + ((unsigned)((Byte *)(&x))[1] << 8) + \ ((unsigned)((Byte *)(&x))[2] << 16) + ((unsigned)((Byte *)(&x))[3] << 24)) Definition at line 36 of file DOS4GWBinaryFile.h. Referenced by Win32BinaryFile::GetEntryPoint(), DOS4GWBinaryFile::GetEntryPoint(), BinaryFileFactory::getInstanceFor(), Win32BinaryFile::GetMainEntryPoint(), DOS4GWBinaryFile::GetMainEntryPoint(), Win32BinaryFile::RealLoad(), DOS4GWBinaryFile::RealLoad(), and Win32BinaryFile::SymbolByAddress(). |
|
Value: ((unsigned)((Byte *)(x))[0] + ((unsigned)((Byte *)(x))[1] << 8) + \ ((unsigned)((Byte *)(x))[2] << 16) + ((unsigned)((Byte *)(x))[3] << 24)) Definition at line 39 of file DOS4GWBinaryFile.h. Referenced by Win32BinaryFile::findJumps(). |
|
Definition at line 41 of file DOS4GWBinaryFile.h. |