#include <analy.h>
Inheritance diagram for AddressFlat32:
Public Member Functions | |
AddressFlat32 () | |
AddressFlat32 (dword a) | |
virtual bool | add (int offset) |
virtual int | byteSize () |
virtual int | compareTo (const Object *obj) const |
virtual int | compareDelinear (Address *to) |
virtual void | getFromArray (const byte *array) |
virtual void | getFromCPUAddress (CPU_ADDR *ca) |
virtual bool | difference (int &result, Address *to) |
virtual Object * | duplicate () |
virtual int | load (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
virtual int | parseString (const char *s, int length, Analyser *a) |
virtual void | putIntoArray (byte *array) |
virtual void | putIntoCPUAddress (CPU_ADDR *ca) |
virtual void | store (ht_object_stream *s) |
virtual int | stringify (char *s, int max_length, int format) |
virtual int | stringSize () |
Public Attributes | |
dword | addr |
|
Definition at line 133 of file analy.cc. Referenced by duplicate(). |
|
Definition at line 137 of file analy.cc. References addr. |
|
Implements Address. Definition at line 142 of file analy.cc. References addr. |
|
Implements Address. |
|
Reimplemented from Address. Definition at line 167 of file analy.cc. References addr, assert, delinearize(), dword, Object::object_id(), and object_id(). |
|
Standard Object comparator.
Implements Address. Definition at line 159 of file analy.cc. References addr, assert, Object::object_id(), and object_id(). |
|
Implements Address. Definition at line 177 of file analy.cc. References addr, Object::object_id(), and object_id(). |
|
Standard Object duplicator.
Reimplemented from Object. Definition at line 187 of file analy.cc. References addr, and AddressFlat32(). |
|
Implements Address. Definition at line 192 of file analy.cc. References addr, dword, and UNALIGNED_MOVE. |
|
Implements Address. Definition at line 197 of file analy.cc. References addr, and CPU_ADDR::addr32. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 202 of file analy.cc. References addr, ht_layer_stream::get_error(), ht_object_stream::getIntHex(), and NULL. |
|
Reimplemented from Object. Definition at line 208 of file analy.cc. References ATOM_ADDRESS_FLAT_32. Referenced by compareDelinear(), compareTo(), and difference(). |
|
Implements Address. |
|
Implements Address. Definition at line 218 of file analy.cc. References addr, dword, and UNALIGNED_MOVE. |
|
Implements Address. Definition at line 223 of file analy.cc. References addr, and CPU_ADDR::addr32. |
|
stores object. Reimplemented from Object. Definition at line 228 of file analy.cc. References addr, NULL, and ht_object_stream::putIntHex(). |
|
Implements Address. Definition at line 233 of file analy.cc. References addr, ADDRESS_STRING_FORMAT_ADD_0X, ADDRESS_STRING_FORMAT_ADD_H, and ht_snprintf(). |
|
Implements Address. |
|
Definition at line 88 of file analy.h. Referenced by add(), AddressFlat32(), compareDelinear(), compareTo(), difference(), duplicate(), getFromArray(), getFromCPUAddress(), load(), putIntoArray(), putIntoCPUAddress(), store(), and stringify(). |