Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp82 des.SetSecAddrAndSize(sec, secAddr, secSize); in ParseELFSections()
151 des[0].SetSecAddrAndSize(sec, secAddr, secSize); in ParseELFSections()
235 des[0].SetSecAddrAndSize(sec, secAddr, secSize); in ParseELFSections()
293 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()
328 des[i].SetSecAddrAndSize(ElfSecName::STRTAB, secAddr + secOffset, strtabSize); in SeparateStrtabSections()
341 des[i].SetSecAddrAndSize(ElfSecName::SYMTAB, secAddr + secOffset, symtabSize); in SeparateSymtabSections()
365 des[i].SetSecAddrAndSize(ElfSecName::TEXT, secAddr + secOffset, textSize); in SeparateTextSections()
406 des[i].SetSecAddrAndSize(ElfSecName::STRTAB, secAddr + secOffset, strtabSize); in SeparateStrtabSections()
421 des[i].SetSecAddrAndSize(ElfSecName::SYMTAB, secAddr + secOffset, symtabSize); in SeparateSymtabSections()
H A Dstub_file_info.cpp41 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in Save()
44 des.SetSecAddrAndSize(ElfSecName::ARK_ASMSTUB, asmStubAddr, asmStubSize); in Save()
47 des.SetSecAddrAndSize(ElfSecName::ARK_MODULEINFO, secSizeInfoAddr, sizeof(uint32_t)); in Save()
H A Dmodule_section_des.h139 void SetSecAddrAndSize(ElfSecName idx, uint64_t addr, uint32_t size) in SetSecAddrAndSize() function in panda::ecmascript::ModuleSectionDes
H A Dan_file_info.cpp214 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in AddFuncEntrySec()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp290 moduleDes.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second); in CollectModuleSectionDes()
306 moduleDes.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second); in CollectAnModuleSectionDes()

Completed in 6 milliseconds