Home
last modified time | relevance | path

Searched refs:mSectionNamesPtr (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc406 memoryFreeDram(mSectionNamesPtr); in freeAllocatedData()
448 return &mSectionNamesPtr[headerOffset]; in getSectionHeaderName()
582 mSectionNamesPtr = static_cast<char *>(memoryAllocDram(sectionSize)); in copyAndVerifyHeaders()
583 if (mSectionNamesPtr == nullptr) { in copyAndVerifyHeaders()
587 memcpy(mSectionNamesPtr, mBinary + stringSection.sh_offset, sectionSize); in copyAndVerifyHeaders()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_loader.h126 char *mSectionNamesPtr = nullptr; variable