Searched refs:ARK_ASMSTUB (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | stub_file_info.cpp | 44 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 D | module_section_des.cpp | 52 case ElfSecName::ARK_ASMSTUB: in GetSecName()
|
H A D | elf_builder.cpp | 122 {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 D | elf_reader.cpp | 146 case ElfSecName::ARK_ASMSTUB: in ParseELFSections() 229 case ElfSecName::ARK_ASMSTUB: in ParseELFSections()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | binary_section.h | 33 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