Searched refs:mSectionNamesPtr (Results 1 – 2 of 2) sorted by relevance
126 char *mSectionNamesPtr = nullptr; variable
404 memoryFreeDram(mSectionNamesPtr); in freeAllocatedData()446 return &mSectionNamesPtr[headerOffset]; in getSectionHeaderName()580 mSectionNamesPtr = static_cast<char *>(memoryAllocDram(sectionSize)); in copyAndVerifyHeaders()581 if (mSectionNamesPtr == nullptr) { in copyAndVerifyHeaders()585 memcpy(mSectionNamesPtr, mBinary + stringSection.sh_offset, sectionSize); in copyAndVerifyHeaders()