Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h42 ARK_STACKMAP, enumerator
99 value_ = ElfSecName::ARK_STACKMAP; in ElfSection()
120 case ElfSecName::ARK_STACKMAP: in ShouldDumpToAOTFile()
168 {ElfSecName::ARK_STACKMAP, {llvm::ELF::SHF_WRITE, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.cpp50 case ElfSecName::ARK_STACKMAP: in GetSecName()
Delf_builder.cpp90 {ElfSecName::ARK_STACKMAP, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
106 {ElfSecName::ARK_STACKMAP, ElfSecName::DATA}, in Initialize()
365 uint32_t curSecSize = des.GetSecSize(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections()
366 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections()
463 case ElfSecName::ARK_STACKMAP: { in PackELFSections()
Delf_reader.cpp78 if (sec == ElfSecName::ARK_STACKMAP) { in ParseELFSections()
126 case ElfSecName::ARK_STACKMAP: { in ParseELFSections()
197 case ElfSecName::ARK_STACKMAP: { in ParseELFSections()
Dmodule_section_des.h163 sectionsInfo_[ElfSecName::ARK_STACKMAP] = std::pair(arkStackMapAddr, arkStackMapSize); in AddArkStackMapSection()
Dan_file_info.cpp135 ElfSecName::ARK_STACKMAP, in GetDumpSectionNames()
Dstub_file_info.cpp158 ElfSecName::ARK_STACKMAP, in GetDumpSectionNames()