Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h215 class Mips64Relocator : public MipsRelocator {
217 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
DMipsRelocator.cpp794 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent, in Mips64Relocator() function in mcld::Mips64Relocator
799 void Mips64Relocator::setupRel32DynEntry(FragmentRef& pFragRef, in setupRel32DynEntry()
805 void Mips64Relocator::setupTLSDynEntry(Fragment& pFrag, ResolveInfo* pSym, in setupTLSDynEntry()
824 Relocator::Size Mips64Relocator::getSize(Relocation::Type pType) const { in getSize()
DMipsLDBackend.cpp1299 m_pRelocator = new Mips64Relocator(*this, config()); in initRelocator()