Searched refs:mapIntoTcm (Results 1 – 4 of 4) sorted by relevance
23 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf() argument24 return chre::NanoappLoader::create(elfBinary, mapIntoTcm); in dlopenbuf()
262 void *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create() argument264 NanoappLoader *loader = memoryAllocDram<NanoappLoader>(elfInput, mapIntoTcm); in create()
74 explicit NanoappLoader(void *elfInput, bool mapIntoTcm) { in NanoappLoader() argument76 mIsTcmBinary = mapIntoTcm; in NanoappLoader()89 static void *create(void *elfInput, bool mapIntoTcm);
47 void *dlopenbuf(void *elfBinary, bool mapIntoTcm);