Searched refs:pFragRef (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp34 FragmentRef& pFragRef,
53 pFragRef.memcpy(&tmp_data, 4);
59 pFragRef.memcpy(&target_data, 8);
71 pFragRef.memcpy(&target_data, (m_pConfig->targets().bitclass()/8));
75 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
33 produce(RelocationFactory::Type pType, FragmentRef& pFragRef, Address pAddend) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h123 virtual void setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym) = 0;
177 void setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym);
190 void setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym);
H A DMipsRelocator.cpp760 void Mips32Relocator::setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym) argument
764 relEntry.targetRef() = pFragRef;
776 void Mips64Relocator::setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym) argument
785 relEntry.targetRef() = pFragRef;
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h41 /// @param pFragRef - the place to apply the relocation
44 FragmentRef& pFragRef,
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp47 /// @param pFragRef [in] the place to apply the relocation
49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend) argument
51 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h59 /// @param pFragRef [in] the place to apply the relocation
61 static Relocation* Create(Type pType, FragmentRef& pFragRef,

Completed in 168 milliseconds