Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp34 FragmentRef& pFragRef, in produce()
H A DStubFactory.cpp80 Stub* StubFactory::create(FragmentRef& pFragRef, in create()
/aosp12/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp48 FragmentRef& pFragRef, in Create()
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h74 virtual bool isMyDuty(const FragmentRef& pFragRef) const { in isMyDuty()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp605 ResolveInfo* IRBuilder::CreateLocalSymbol(FragmentRef& pFragRef) { in CreateLocalSymbol()