Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc580 SectionHeader &stringSection = mSectionHeadersPtr[elfHeader->e_shstrndx]; in copyAndVerifyHeaders() local
581 size_t sectionSize = stringSection.sh_size; in copyAndVerifyHeaders()
587 memcpy(mSectionNamesPtr, mBinary + stringSection.sh_offset, sectionSize); in copyAndVerifyHeaders()