Lines Matching refs:Relocation
29 void Relocation::SetUp(const LinkerConfig& pConfig) { in SetUp()
34 void Relocation::Clear() { in Clear()
39 Relocation* Relocation::Create() { in Create()
47 Relocation* Relocation::Create(Type pType, in Create()
54 void Relocation::Destroy(Relocation*& pRelocation) { in Destroy()
62 Relocation::Relocation() in Relocation() function in mcld::Relocation
66 Relocation::Relocation(Relocation::Type pType, in Relocation() function in mcld::Relocation
68 Relocation::Address pAddend, in Relocation()
69 Relocation::DWord pTargetData) in Relocation()
78 Relocation::~Relocation() { in ~Relocation()
81 Relocation::Address Relocation::place() const { in place()
86 Relocation::Address Relocation::symValue() const { in symValue()
96 void Relocation::apply(Relocator& pRelocator) { in apply()
126 void Relocation::setType(Type pType) { in setType()
130 void Relocation::setAddend(Address pAddend) { in setAddend()
134 void Relocation::setSymInfo(ResolveInfo* pSym) { in setSymInfo()
138 Relocation::Size Relocation::size(Relocator& pRelocator) const { in size()
142 void Relocation::updateAddend() { in updateAddend()