Searched refs:elfBinary (Results 1 – 2 of 2) sorted by relevance
23 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf() argument24 return chre::NanoappLoader::create(elfBinary, mapIntoTcm); in dlopenbuf()
47 void *dlopenbuf(void *elfBinary, bool mapIntoTcm);