Searched refs:elfInput (Results 1 – 2 of 2) sorted by relevance
39 explicit NanoappLoader(void *elfInput, bool mapIntoTcm) { in NanoappLoader() argument40 mBinary = static_cast<uint8_t *>(elfInput); in NanoappLoader()54 static void *create(void *elfInput, bool mapIntoTcm);
245 void *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create() argument247 NanoappLoader *loader = memoryAllocDram<NanoappLoader>(elfInput, mapIntoTcm); in create()