Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/
DStubLayout.h35 void *allocateStub(void *addr = 0);
/frameworks/rs/cpu_ref/linkloader/lib/
DStubLayout.cpp34 void *StubLayout::allocateStub(void *addr) { in allocateStub() function in StubLayout
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx243 void *stub = stub_layout->allocateStub(callee_addr); in relocateARM()
570 void *stub = stub_layout->allocateStub(callee_addr); in relocateAARCH64()
713 void *stub = stub_layout->allocateStub((void *)S); in relocateX86_64()
915 void *stub = text->getStubLayout()->allocateStub((void *)A); in relocateMIPS()
932 void *stub = text->getStubLayout()->allocateStub((void *)S); in relocateMIPS()