Home | History | Annotate | Download | only in LD

Lines Matching full:relocation

1 //===- Relocation.cpp -----------------------------------------------------===//
11 #include <mcld/LD/Relocation.h>
17 Relocation::Relocation(Relocation::Type pType,
19 Relocation::Address pAddend,
20 Relocation::DWord pTargetData)
31 Relocation::~Relocation()
35 Relocation::Address Relocation::place(const Layout& pLayout) const
41 Relocation::Address Relocation::symValue() const
51 void Relocation::apply(RelocationFactory& pRelocFactory,
57 void Relocation::setType(Type pType)
62 void Relocation::setAddend(Address pAddend)
67 void Relocation::setSymInfo(ResolveInfo* pSym)
72 Relocation::DWord& Relocation::target()
77 const Relocation::DWord& Relocation::target() const