Searched defs:islands (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp49 // find the islands for the input relocation
50 std::pair<BranchIsland*, BranchIsland*> islands = local
52 if (islands.first == NULL) {
58 if (islands.second != NULL) {
59 stub = islands.second->findStub(prototype, pReloc);
64 stub = islands.first->findStub(prototype, pReloc);
70 stub->applyFixup(pReloc, pBuilder, *islands.first);
73 islands.first->addStub(prototype, pReloc, *stub);
87 std::pair<BranchIsland*, BranchIsland*> islands = local
90 if (islands
[all...]

Completed in 130 milliseconds