Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp267 uint32_t textSize = moduleInfo->textSize; in SeparateTextSections() local
268 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()
269 secOffset += textSize; in SeparateTextSections()
313 uint32_t textSize = moduleInfo.textSize; in SeparateTextSections() local
314 …parser.ParseBuffer(reinterpret_cast<void *>(secAddr + secOffset), textSize, curShOffset + secOffse… in SeparateTextSections()
315 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()
316 secOffset += textSize; in SeparateTextSections()
Dmodule_section_des.h32 uint32_t textSize {0};
Delf_builder.cpp344 curInfo.textSize = curSecSize; in MergeTextSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp124 uint32_t textSize = GetTextSize(); in CollectFuncEntryInfo() local
148 funcSize = textAddr + textSize - funcEntry; in CollectFuncEntryInfo()
156 aotInfo.UpdateCurTextSecOffset(textSize); in CollectFuncEntryInfo()
276 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize() local
282 textStart = aotInfo_.GetCurTextSecOffset() - textSize; in RollbackTextSize()
284 textStart = aotInfo_.GetCurTextSecOffset() - textSize - rodataSize; in RollbackTextSize()