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/
Dstub_file_info.cpp45 des.SetSecAddrAndSize(ElfSecName::ARK_ASMSTUB, asmStubAddr, asmStubSize); in Save()
93 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in MmapLoad()
94 uint32_t asmStubSize = des.GetSecSize(ElfSecName::ARK_ASMSTUB); in MmapLoad()
134 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in Load()
135 uint32_t asmStubSize = des.GetSecSize(ElfSecName::ARK_ASMSTUB); in Load()
160 ElfSecName::ARK_ASMSTUB, in GetDumpSectionNames()
Dmodule_section_des.cpp54 case ElfSecName::ARK_ASMSTUB: in GetSecName()
Delf_builder.cpp92 {ElfSecName::ARK_ASMSTUB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
108 {ElfSecName::ARK_ASMSTUB, ElfSecName::TEXT}, in Initialize()
473 case ElfSecName::ARK_ASMSTUB: { in PackELFSections()
Delf_reader.cpp134 case ElfSecName::ARK_ASMSTUB: in ParseELFSections()
205 case ElfSecName::ARK_ASMSTUB: in ParseELFSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h33 ARK_ASMSTUB, enumerator
103 value_ = ElfSecName::ARK_ASMSTUB; in ElfSection()
119 case ElfSecName::ARK_ASMSTUB: in ShouldDumpToAOTFile()
159 …{ElfSecName::ARK_ASMSTUB, {llvm::ELF::SHT_PROGBITS, llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_EXECINST… in InitShTypeAndFlag()