Searched refs: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);
67 stub = islands.first->findStub(prototype, pReloc);
81 .append(islands.first->name());
105 islands.first->addRelocation(*reloc);
109 islands.first->addStub(prototype, pReloc, *stub);

Completed in 49 milliseconds