Searched defs:pRelocator (Results 1 - 1 of 1) 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);

Completed in 81 milliseconds