OpenASIP
2.0
|
#include <Locator.hh>
Static Public Member Functions | |
static AddressImage | absoluteAddress (AddressImage relocationValue, RelocElement::RelocType relocType) |
Class who knows how to convert addresses depending on relocation type.
There should be possibility to register new relocation types, like section readers and binary readers are implemented.
Definition at line 51 of file Locator.hh.
|
static |
Hard coded to return absolute address of relocation.
relocationValue | Value to be converted to an absolute address. |
relocType | Type of relocation. |
Definition at line 46 of file Locator.cc.
References assert, and TPEF::RelocElement::RT_SELF.
Referenced by TPEF::TPEFRelocSectionReader::finalize().