Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp82 des.SetSecAddrAndSize(sec, secAddr, secSize); in ParseELFSections()
139 des[0].SetSecAddrAndSize(sec, secAddr, secSize); in ParseELFSections()
211 des[0].SetSecAddrAndSize(sec, secAddr, secSize); in ParseELFSections()
263 des[i].SetSecAddrAndSize(ElfSecName::RODATA_CST8, secAddr + secOffset, rodataSize); in SeparateTextSections()
268 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()
272 des[i].SetSecAddrAndSize(ElfSecName::RODATA_CST8, secAddr + secOffset, rodataSize); in SeparateTextSections()
309 des[i].SetSecAddrAndSize(ElfSecName::RODATA_CST8, secAddr + secOffset, rodataSize); in SeparateTextSections()
315 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()
320 des[i].SetSecAddrAndSize(ElfSecName::RODATA_CST8, secAddr + secOffset, rodataSize); in SeparateTextSections()
Dstub_file_info.cpp42 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in Save()
45 des.SetSecAddrAndSize(ElfSecName::ARK_ASMSTUB, asmStubAddr, asmStubSize); in Save()
48 des.SetSecAddrAndSize(ElfSecName::ARK_MODULEINFO, secSizeInfoAddr, sizeof(uint32_t)); in Save()
Dmodule_section_des.h127 void SetSecAddrAndSize(ElfSecName idx, uint64_t addr, uint32_t size) in SetSecAddrAndSize() function
Dan_file_info.cpp181 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in AddFuncEntrySec()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp172 … moduleDes.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second); in CollectModuleSectionDes()
189 moduleDes.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second); in CollectAnModuleSectionDes()