Searched refs:dlopenbuf (Results 1 – 5 of 5) sorted by relevance
47 void *dlopenbuf(void *elfBinary, bool mapIntoTcm);
23 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf() function
180 mDsoHandle = dlopenbuf(mAppBinary, false /* mapIntoTcm */); in openNanoapp()
293 mDsoHandle = dlopenbuf(binaryStart, mExpectedTcmCapable); in openNanoapp()
200 mDsoHandle = dlopenbuf(filename, static_cast<const char *>(mAppBinary), in openNanoappFromBuffer()