Home
last modified time | relevance | path

Searched defs:pFragRef (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp34 FragmentRef& pFragRef, in produce()
DStubFactory.cpp80 Stub* StubFactory::create(FragmentRef& pFragRef, in create()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp48 FragmentRef& pFragRef, in Create()
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h74 virtual bool isMyDuty(const FragmentRef& pFragRef) const { in isMyDuty()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp747 void MipsRelocator::setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym, in setupRelDynEntry()
763 void Mips32Relocator::setupRel32DynEntry(FragmentRef& pFragRef, in setupRel32DynEntry()
799 void Mips64Relocator::setupRel32DynEntry(FragmentRef& pFragRef, in setupRel32DynEntry()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp604 ResolveInfo* IRBuilder::CreateLocalSymbol(FragmentRef& pFragRef) { in CreateLocalSymbol()