Searched refs:ARK_STACKMAP (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | binary_section.h | 42 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/ |
D | module_section_des.cpp | 50 case ElfSecName::ARK_STACKMAP: in GetSecName()
|
D | elf_builder.cpp | 90 {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()
|
D | elf_reader.cpp | 78 if (sec == ElfSecName::ARK_STACKMAP) { in ParseELFSections() 126 case ElfSecName::ARK_STACKMAP: { in ParseELFSections() 197 case ElfSecName::ARK_STACKMAP: { in ParseELFSections()
|
D | module_section_des.h | 163 sectionsInfo_[ElfSecName::ARK_STACKMAP] = std::pair(arkStackMapAddr, arkStackMapSize); in AddArkStackMapSection()
|
D | an_file_info.cpp | 135 ElfSecName::ARK_STACKMAP, in GetDumpSectionNames()
|
D | stub_file_info.cpp | 158 ElfSecName::ARK_STACKMAP, in GetDumpSectionNames()
|