Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h200 class Mips32Relocator : public MipsRelocator {
202 Mips32Relocator(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
DMipsRelocator.cpp758 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent, in Mips32Relocator() function in mcld::Mips32Relocator
763 void Mips32Relocator::setupRel32DynEntry(FragmentRef& pFragRef, in setupRel32DynEntry()
768 void Mips32Relocator::setupTLSDynEntry(Fragment& pFrag, ResolveInfo* pSym, in setupTLSDynEntry()
787 Relocator::Size Mips32Relocator::getSize(Relocation::Type pType) const { in getSize()
DMipsLDBackend.cpp1254 m_pRelocator = new Mips32Relocator(*this, config()); in initRelocator()