|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a field that displays a relative virtual address and file offset pair. More...
#include <peexe.h>
Public Member Functions | |
| RVADisplay (const PEFormat *pe, unsigned width) | |
| void | DisplayValue (Dumper::Dumper &dump, std::tuple< offset_t > values) override |
Public Member Functions inherited from Dumper::Display< offset_t > | |
| virtual bool | IsMissing (std::tuple< Ts... > &values) |
| Returns true if the specified value is such that it should not be displayed. | |
| virtual void | DisplayValue (Dumper &dump, std::tuple< Ts... > values)=0 |
| Prints the value through the Dumper, different types of fields can be displayed in different ways. | |
Public Attributes | |
| const PEFormat * | pe |
| unsigned | width |
Represents a field that displays a relative virtual address and file offset pair.