Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dnanoapp_loader.cc579 size_t sectionSize = stringSection.sh_size; in copyAndVerifyHeaders() local
580 mSectionNamesPtr = static_cast<char *>(memoryAllocDram(sectionSize)); in copyAndVerifyHeaders()
585 memcpy(mSectionNamesPtr, mBinary + stringSection.sh_offset, sectionSize); in copyAndVerifyHeaders()
724 size_t sectionSize = getDynamicSymbolTableSize(); in getDataName() local
726 size_t numElements = sectionSize / sizeof(ElfSym); in getDataName()