Home
last modified time | relevance | path

Searched defs:pRelocation (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DRelocData.cpp46 RelocData& RelocData::append(Relocation& pRelocation) { in append()
51 Relocation& RelocData::remove(Relocation& pRelocation) { in remove()
DRelocationFactory.cpp83 void RelocationFactory::destroy(Relocation* pRelocation) { in destroy()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp54 void Relocation::Destroy(Relocation*& pRelocation) { in Destroy()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp278 Relocator::Result X86_32Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()
1237 Relocator::Result X86_64Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp176 Relocator::Result HexagonRelocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp370 void IRBuilder::AppendRelocation(Relocation& pRelocation, RelocData& pRD) { in AppendRelocation()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp307 Relocator::Result ARMRelocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()