Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp44 des.SetSecAddrAndSize(ElfSecName::ARK_ASMSTUB, asmStubAddr, asmStubSize); in Save()
97 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in MmapLoad()
98 uint32_t asmStubSize = des.GetSecSize(ElfSecName::ARK_ASMSTUB); in MmapLoad()
138 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in Load()
139 uint32_t asmStubSize = des.GetSecSize(ElfSecName::ARK_ASMSTUB); in Load()
168 ElfSecName::ARK_ASMSTUB, in GetDumpSectionNames()
H A Dmodule_section_des.cpp52 case ElfSecName::ARK_ASMSTUB: in GetSecName()
H A Delf_builder.cpp122 {ElfSecName::ARK_ASMSTUB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
138 {ElfSecName::ARK_ASMSTUB, ElfSecName::TEXT}, in Initialize()
418 uint32_t textSecIndex = GetShIndex(ElfSecName::ARK_ASMSTUB); in MergeSymtabSections()
616 uint32_t asmSecIndex = GetShIndex(ElfSecName::ARK_ASMSTUB); in PackELFSections()
623 case ElfSecName::ARK_ASMSTUB: { in PackELFSections()
H A Delf_reader.cpp146 case ElfSecName::ARK_ASMSTUB: in ParseELFSections()
229 case ElfSecName::ARK_ASMSTUB: in ParseELFSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h33 ARK_ASMSTUB, member in panda::ecmascript::ElfSecName
103 value_ = ElfSecName::ARK_ASMSTUB; in ElfSection()
119 case ElfSecName::ARK_ASMSTUB: in ShouldDumpToAOTFile()
160 {ElfSecName::ARK_ASMSTUB, {llvm::ELF::SHT_PROGBITS, llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_EXECINSTR}}, in InitShTypeAndFlag()

Completed in 5 milliseconds