Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionProgBits.hxx43 StubLayout *stubs = result->getStubLayout(); in read()
DELFObject.hxx236 StubLayout *stub_layout = text->getStubLayout(); in relocateARM()
562 StubLayout *stub_layout = text->getStubLayout(); in relocateAARCH64()
706 StubLayout *stub_layout = text->getStubLayout(); in relocateX86_64()
915 void *stub = text->getStubLayout()->allocateStub((void *)A); in relocateMIPS()
932 void *stub = text->getStubLayout()->allocateStub((void *)S); in relocateMIPS()
/frameworks/rs/cpu_ref/linkloader/include/
DELFSectionProgBits.h40 StubLayout *getStubLayout() { in getStubLayout() function