Searched refs:textSize (Results 1 – 4 of 4) sorted by relevance
267 uint32_t textSize = moduleInfo->textSize; in SeparateTextSections() local268 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()269 secOffset += textSize; in SeparateTextSections()313 uint32_t textSize = moduleInfo.textSize; in SeparateTextSections() local314 …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()
32 uint32_t textSize {0};
344 curInfo.textSize = curSecSize; in MergeTextSections()
124 uint32_t textSize = GetTextSize(); in CollectFuncEntryInfo() local148 funcSize = textAddr + textSize - funcEntry; in CollectFuncEntryInfo()156 aotInfo.UpdateCurTextSecOffset(textSize); in CollectFuncEntryInfo()276 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize() local282 textStart = aotInfo_.GetCurTextSecOffset() - textSize; in RollbackTextSize()284 textStart = aotInfo_.GetCurTextSecOffset() - textSize - rodataSize; in RollbackTextSize()