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

/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp96 void Relocation::apply(Relocator& pRelocator) { argument
97 Relocator::Result result = pRelocator.applyRelocation(*this);
105 error(diag::result_overflow) << pRelocator.getName(type())
110 error(diag::result_badreloc) << pRelocator.getName(type())
138 Relocation::Size Relocation::size(Relocator& pRelocator) const {
139 return pRelocator.getSize(m_Type);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h81 Size size(Relocator& pRelocator) const;
95 void apply(Relocator& pRelocator);

Completed in 497 milliseconds