Searched refs:sectionSize (Results 1 – 1 of 1) sorted by relevance
568 size_t sectionSize = stringSection.sh_size; in copyAndVerifyHeaders() local569 mSectionNamesPtr = static_cast<char *>(memoryAllocDram(sectionSize)); in copyAndVerifyHeaders()574 memcpy(mSectionNamesPtr, mBinary + stringSection.sh_offset, sectionSize); in copyAndVerifyHeaders()