Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dnanoapp_loader.cc562 size_t sectionHeaderSizeBytes = sizeof(SectionHeader) * elfHeader->e_shnum; in copyAndVerifyHeaders() local
564 static_cast<SectionHeader *>(memoryAllocDram(sectionHeaderSizeBytes)); in copyAndVerifyHeaders()
569 memcpy(mSectionHeadersPtr, (pDataBytes + offset), sectionHeaderSizeBytes); in copyAndVerifyHeaders()