Searched refs:pRelocation (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp50 RelocData& RelocData::append(Relocation& pRelocation) argument
52 m_Relocations.push_back(&pRelocation);
H A DRelocationFactory.cpp86 void RelocationFactory::destroy(Relocation* pRelocation) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h54 void destroy(Relocation* pRelocation);
H A DRelocator.h55 virtual Result applyRelocation(Relocation& pRelocation) = 0;
H A DRelocData.h75 RelocData& append(Relocation& pRelocation);
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp55 void Relocation::Destroy(Relocation*& pRelocation) argument
57 g_RelocationFactory->destroy(pRelocation);
58 pRelocation = NULL;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h82 virtual Result applyRelocation(Relocation& pRelocation) = 0;
144 Result applyRelocation(Relocation& pRelocation);
198 Result applyRelocation(Relocation& pRelocation);
H A DX86Relocator.cpp182 X86_32Relocator::applyRelocation(Relocation& pRelocation) argument
184 Relocation::Type type = pRelocation.type();
191 return X86_32ApplyFunctions[type].func(pRelocation, *this);
1181 X86_64Relocator::applyRelocation(Relocation& pRelocation) argument
1183 Relocation::Type type = pRelocation.type();
1190 return X86_64ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h79 Result applyRelocation(Relocation& pRelocation);
H A DARMRelocator.cpp60 ARMRelocator::applyRelocation(Relocation& pRelocation) argument
62 Relocation::Type type = pRelocation.type();
67 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h61 Result applyRelocation(Relocation& pRelocation);
H A DMipsRelocator.cpp57 MipsRelocator::applyRelocation(Relocation& pRelocation) argument
59 Relocation::Type type = pRelocation.type();
66 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h68 static void Destroy(Relocation*& pRelocation);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h87 Result applyRelocation(Relocation& pRelocation);
H A DHexagonRelocator.cpp78 HexagonRelocator::applyRelocation(Relocation& pRelocation) argument
80 Relocation::Type type = pRelocation.type();
87 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h339 static void AppendRelocation(Relocation& pRelocation, RelocData& pRD);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp412 void IRBuilder::AppendRelocation(Relocation& pRelocation, RelocData& pRD) argument
414 pRD.append(pRelocation);

Completed in 130 milliseconds