Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp50 std::pair<BranchIsland*, BranchIsland*> islands = in create() local
52 if (islands.first == NULL) { in create()
58 if (islands.second != NULL) { in create()
59 stub = islands.second->findStub(prototype, pReloc); in create()
67 stub = islands.first->findStub(prototype, pReloc); in create()
81 .append(islands.first->name()); in create()
105 islands.first->addRelocation(*reloc); in create()
109 islands.first->addStub(prototype, pReloc, *stub); in create()