Searched refs:islands (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 50 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() 64 stub = islands.first->findStub(prototype, pReloc); in create() 70 stub->applyFixup(pReloc, pBuilder, *islands.first); in create() 73 islands.first->addStub(prototype, pReloc, *stub); in create() 87 std::pair<BranchIsland*, BranchIsland*> islands = in create() local 90 if (islands.first == NULL) { in create() 97 stub->applyFixup(pFragRef, pBuilder, *islands.first); in create() [all …]
|