Home
last modified time | relevance | path

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

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