Home
last modified time | relevance | path

Searched refs:pIsland (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LongBranchStub.cpp104 BranchIsland& pIsland) { in applyFixup() argument
109 uint64_t src = pIsland.getParent()->getSection().addr() + in applyFixup()
110 pIsland.offset() + in applyFixup()
111 pIsland.size(); in applyFixup()
122 Stub::applyFixup(pSrcReloc, pBuilder, pIsland); in applyFixup()
DAArch64CA53ErratumStub.cpp71 BranchIsland& pIsland) { in applyFixup() argument
77 .append(llvm::utohexstr(pIsland.numOfStubs())) in applyFixup()
79 .append(pIsland.name()); in applyFixup()
115 pIsland.addRelocation(*reloc); in applyFixup()
124 pIsland.addRelocation(*reloc); in applyFixup()
DAArch64CA53ErratumStub.h40 BranchIsland& pIsland);
DAArch64LongBranchStub.h36 BranchIsland& pIsland);
/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp34 BranchIsland& pIsland) { in applyFixup() argument
41 .append(pIsland.name()); in applyFixup()
63 pIsland.addRelocation(*reloc); in applyFixup()
69 BranchIsland& pIsland) { in applyFixup() argument
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h111 BranchIsland& pIsland);
115 BranchIsland& pIsland);