Home
last modified time | relevance | path

Searched refs:ARK_STACKMAP (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h42 ARK_STACKMAP, member in panda::ecmascript::ElfSecName
99 value_ = ElfSecName::ARK_STACKMAP; in ElfSection()
120 case ElfSecName::ARK_STACKMAP: in ShouldDumpToAOTFile()
169 {ElfSecName::ARK_STACKMAP, {llvm::ELF::SHF_WRITE, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.cpp48 case ElfSecName::ARK_STACKMAP: in GetSecName()
H A Delf_reader.cpp78 if (sec == ElfSecName::ARK_STACKMAP) { in ParseELFSections()
126 case ElfSecName::ARK_STACKMAP: { in ParseELFSections()
209 case ElfSecName::ARK_STACKMAP: { in ParseELFSections()
H A Delf_builder.cpp120 {ElfSecName::ARK_STACKMAP, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
136 {ElfSecName::ARK_STACKMAP, ElfSecName::DATA}, in Initialize()
459 uint32_t curSecSize = des.GetSecSize(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections()
460 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections()
601 case ElfSecName::ARK_STACKMAP: { in PackELFSections()
H A Dmodule_section_des.h175 sectionsInfo_[ElfSecName::ARK_STACKMAP] = std::pair(arkStackMapAddr, arkStackMapSize); in AddArkStackMapSection()
H A Dstub_file_info.cpp166 ElfSecName::ARK_STACKMAP, in GetDumpSectionNames()
H A Dan_file_info.cpp168 ElfSecName::ARK_STACKMAP, in GetDumpSectionNames()

Completed in 5 milliseconds