Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DRelocData.cpp50 RelocData& RelocData::append(Relocation& pRelocation) in append()
56 Relocation& RelocData::remove(Relocation& pRelocation) in remove()
DRelocationFactory.cpp86 void RelocationFactory::destroy(Relocation* pRelocation) in destroy()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp55 void Relocation::Destroy(Relocation*& pRelocation) in Destroy()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp73 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp304 X86_32Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation()
1295 X86_64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp374 void IRBuilder::AppendRelocation(Relocation& pRelocation, RelocData& pRD) in AppendRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp174 Relocator::Result HexagonRelocator::applyRelocation(Relocation &pRelocation) { in applyRelocation()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp352 ARMRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation()