Home
last modified time | relevance | path

Searched defs:pReloc (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp100 void HexagonRelocator::scanRelocation(Relocation& pReloc, in scanRelocation()
139 void HexagonRelocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc()
168 void HexagonRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc()
304 void HexagonRelocator::partialScanRelocation(Relocation& pReloc, in partialScanRelocation()
362 HexagonGOTEntry& helper_get_GOT_and_init(Relocation& pReloc, in helper_get_GOT_and_init()
406 HexagonRelocator::Address helper_GOT(Relocation& pReloc, HexagonRelocator& pParent) in helper_GOT()
413 PLTEntryBase& helper_get_PLT_and_init(Relocation& pReloc, in helper_get_PLT_and_init()
453 HexagonRelocator::Address helper_PLT(Relocation& pReloc, in helper_PLT()
465 HexagonRelocator::Result none(Relocation& pReloc, HexagonRelocator& pParent) in none()
471 HexagonRelocator::Result relocB15PCREL(Relocation& pReloc, in relocB15PCREL()
[all …]
DHexagonAbsoluteStub.cpp61 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, in isMyDuty()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp79 void MipsRelocator::scanRelocation(Relocation& pReloc, in scanRelocation()
139 void MipsRelocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc()
228 void MipsRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc()
327 Relocation* helper_FindLo16Reloc(Relocation& pReloc) in helper_FindLo16Reloc()
343 bool helper_isGpDisp(const Relocation& pReloc) in helper_isGpDisp()
357 Relocation& pReloc, in helper_SetupRelDynForGOTEntry()
370 MipsGOTEntry& helper_GetGOTEntry(Relocation& pReloc, MipsRelocator& pParent) in helper_GetGOTEntry()
414 Relocator::Address helper_GetGOTOffset(Relocation& pReloc, in helper_GetGOTOffset()
442 void helper_DynRel(Relocation& pReloc, MipsRelocator& pParent) in helper_DynRel()
473 MipsRelocator::Result none(Relocation& pReloc, MipsRelocator& pParent) in none()
[all …]
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp58 void X86Relocator::scanRelocation(Relocation& pReloc, in scanRelocation()
204 void X86_32Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc()
361 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc()
600 void X86_32Relocator::convertTLSIEtoLE(Relocation& pReloc, in convertTLSIEtoLE()
691 X86_32GOTEntry& helper_get_GOT_and_init(Relocation& pReloc, in helper_get_GOT_and_init()
737 X86Relocator::Address helper_GOT(Relocation& pReloc, X86_32Relocator& pParent) in helper_GOT()
746 PLTEntryBase& helper_get_PLT_and_init(Relocation& pReloc, in helper_get_PLT_and_init()
788 X86Relocator::Address helper_PLT(Relocation& pReloc, X86_32Relocator& pParent) in helper_PLT()
800 X86Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) in none()
808 X86Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) in abs()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp172 ARMRelocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection) in scanLocalReloc()
271 void ARMRelocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc()
487 void ARMRelocator::scanRelocation(Relocation& pReloc, in scanRelocation()
523 static Relocator::DWord getThumbBit(const Relocation& pReloc) in getThumbBit()
580 ARMGOTEntry& helper_get_GOT_and_init(Relocation& pReloc, in helper_get_GOT_and_init()
630 ARMRelocator::Address helper_GOT(Relocation& pReloc, ARMRelocator& pParent) in helper_GOT()
638 ARMPLT1& helper_get_PLT_and_init(Relocation& pReloc, ARMRelocator& pParent) in helper_get_PLT_and_init()
679 ARMRelocator::Address helper_PLT(Relocation& pReloc, ARMRelocator& pParent) in helper_PLT()
689 void helper_DynRel(Relocation& pReloc, in helper_DynRel()
809 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) in none()
[all …]
DARMToARMStub.cpp64 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty()
DARMToTHMStub.cpp66 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty()
DTHMToTHMStub.cpp68 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty()
DTHMToARMStub.cpp66 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty()
/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp98 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) in findStub()
111 const Relocation& pReloc, in addStub()
143 bool BranchIsland::addRelocation(Relocation& pReloc) in addRelocation()
DStubFactory.cpp40 Stub* StubFactory::create(Relocation& pReloc, in create()
112 Stub* StubFactory::findPrototype(const Relocation& pReloc, in findPrototype()
DRelocator.cpp25 void Relocator::partialScanRelocation(Relocation& pReloc, in partialScanRelocation()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp225 void FragmentLinker::writeRelocationResult(Relocation& pReloc, uint8_t* pOutput) in writeRelocationResult()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2508 bool GNULDBackend::symbolNeedsCopyReloc(const Relocation& pReloc, in symbolNeedsCopyReloc()