Searched refs:sectionHeaderSizeBytes (Results 1 – 1 of 1) sorted by relevance
562 size_t sectionHeaderSizeBytes = sizeof(SectionHeader) * elfHeader->e_shnum; in copyAndVerifyHeaders() local564 static_cast<SectionHeader *>(memoryAllocDram(sectionHeaderSizeBytes)); in copyAndVerifyHeaders()569 memcpy(mSectionHeadersPtr, (pDataBytes + offset), sectionHeaderSizeBytes); in copyAndVerifyHeaders()