Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

AddRelocationParam Struct Reference

List of all members.

Public Methods

 AddRelocationParam (RelocationInfos *_infos, uint32_t _imageBase)

Public Attributes

RelocationInfosinfos
uint32_t imageBase
bool relocationExist

Constructor & Destructor Documentation

AddRelocationParam::AddRelocationParam RelocationInfos   _infos,
uint32_t    _imageBase
[inline]
 

Definition at line 84 of file perdr.cpp.

References imageBase, infos, and relocationExist.

00084                                                                  :
00085     infos(_infos),imageBase(_imageBase),relocationExist(false) {};
        RelocationInfos* infos;


Member Data Documentation

uint32_t AddRelocationParam::imageBase
 

Definition at line 87 of file perdr.cpp.

Referenced by AddRelocationInfo(), and AddRelocationParam().

RelocationInfos* AddRelocationParam::infos
 

Definition at line 86 of file perdr.cpp.

Referenced by AddRelocationInfo(), and AddRelocationParam().

bool AddRelocationParam::relocationExist
 

Definition at line 88 of file perdr.cpp.

Referenced by AddRelocationInfo(), AddRelocationParam(), and main().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 13 22:20:36 2003 for perdr by doxygen1.2.15