Home
last modified time | relevance | path

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

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