Searched refs:applyFixup (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/Fragment/ |
D | Stub.cpp | 32 void Stub::applyFixup(Relocation& pSrcReloc, in applyFixup() function in mcld::Stub 67 void Stub::applyFixup(FragmentRef& pSrcFragRef, in applyFixup() function in mcld::Stub
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LongBranchStub.cpp | 102 void AArch64LongBranchStub::applyFixup(Relocation& pSrcReloc, in applyFixup() function in mcld::AArch64LongBranchStub 122 Stub::applyFixup(pSrcReloc, pBuilder, pIsland); in applyFixup()
|
D | AArch64CA53ErratumStub.h | 38 void applyFixup(FragmentRef& pSrcFragRef,
|
D | AArch64LongBranchStub.h | 34 void applyFixup(Relocation& pSrcReloc,
|
D | AArch64CA53ErratumStub.cpp | 69 void AArch64CA53ErratumStub::applyFixup(FragmentRef& pSrcFragRef, in applyFixup() function in mcld::AArch64CA53ErratumStub
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Stub.h | 109 virtual void applyFixup(Relocation& pSrcReloc, 113 virtual void applyFixup(FragmentRef& pSrcFragRef,
|
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 70 stub->applyFixup(pReloc, pBuilder, *islands.first); in create() 97 stub->applyFixup(pFragRef, pBuilder, *islands.first); in create()
|