Home
last modified time | relevance | path

Searched refs:Mips32Relocator (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h170 class Mips32Relocator : public MipsRelocator
173 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
DMipsRelocator.cpp755 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent, in Mips32Relocator() function in Mips32Relocator
760 void Mips32Relocator::setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym) in setupRelDynEntry()
DMipsLDBackend.cpp907 m_pRelocator = new Mips32Relocator(*this, config()); in initRelocator()