Searched refs:pRelocator (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp102 void Relocation::apply(Relocator& pRelocator) argument
104 Relocator::Result result = pRelocator.applyRelocation(*this);
112 error(diag::result_overflow) << pRelocator.getName(type())
117 error(diag::result_badreloc) << pRelocator.getName(type())
148 Relocation::Size Relocation::size(Relocator& pRelocator) const
150 return pRelocator.getSize(m_Type);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h82 Size size(Relocator& pRelocator) const;
96 void apply(Relocator& pRelocator);

Completed in 276 milliseconds