Home
last modified time | relevance | path

Searched refs:ARK_FUNCENTRY (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp41 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in Save()
92 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in MmapLoad()
93 uint32_t funcEntrySize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in MmapLoad()
133 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in Load()
134 uint32_t funcEntrySize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in Load()
167 ElfSecName::ARK_FUNCENTRY, in GetDumpSectionNames()
H A Dan_file_info.cpp134 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection()
135 uint32_t secSize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection()
169 ElfSecName::ARK_FUNCENTRY in GetDumpSectionNames()
214 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in AddFuncEntrySec()
H A Dmodule_section_des.cpp50 case ElfSecName::ARK_FUNCENTRY: in GetSecName()
H A Delf_reader.cpp75 if (sec == ElfSecName::ARK_FUNCENTRY) { in ParseELFSections()
145 case ElfSecName::ARK_FUNCENTRY: in ParseELFSections()
148 if (sec == ElfSecName::ARK_FUNCENTRY) { in ParseELFSections()
228 case ElfSecName::ARK_FUNCENTRY: in ParseELFSections()
231 if (sec == ElfSecName::ARK_FUNCENTRY) { in ParseELFSections()
H A Delf_builder.cpp121 {ElfSecName::ARK_FUNCENTRY, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
137 {ElfSecName::ARK_FUNCENTRY, ElfSecName::DATA}, in Initialize()
622 case ElfSecName::ARK_FUNCENTRY: in PackELFSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h41 ARK_FUNCENTRY, member in panda::ecmascript::ElfSecName
101 value_ = ElfSecName::ARK_FUNCENTRY; in ElfSection()
118 case ElfSecName::ARK_FUNCENTRY: in ShouldDumpToAOTFile()
168 {ElfSecName::ARK_FUNCENTRY, {llvm::ELF::SHF_WRITE, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()

Completed in 5 milliseconds