Home
last modified time | relevance | path

Searched defs:curSecSize (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp285 uint32_t curSecSize = des_[ShStrTableModuleDesIndex].GetSecSize(s.first); in FindShStrTab() local
329 uint32_t curSecSize = des.GetSecSize(ElfSecName::TEXT); in MergeTextSections() local
368 uint32_t curSecSize = des.GetSecSize(ElfSecName::STRTAB); in MergeStrtabSections() local
383 uint32_t curSecSize = des.GetSecSize(ElfSecName::SYMTAB); in MergeSymtabSections() local
398 uint32_t curSecSize = des.GetSecSize(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections() local
528 … uint32_t curSecSize = sizeof(ModuleSectionDes::ModuleRegionInfo) * moduleInfo.size(); in PackELFSections() local
562 uint32_t curSecSize = des_[FullSecIndex].GetSecSize(secName); in PackELFSections() local