Searched refs:stub_layout (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx236 StubLayout *stub_layout = text->getStubLayout(); local
238 if (!stub_layout) {
243 void *stub = stub_layout->allocateStub(callee_addr);
562 StubLayout *stub_layout = text->getStubLayout(); local
564 if (!stub_layout) {
570 void *stub = stub_layout->allocateStub(callee_addr);
706 StubLayout *stub_layout = text->getStubLayout(); local
707 if (!stub_layout) {
713 void *stub = stub_layout->allocateStub((void *)S);

Completed in 115 milliseconds