Searched refs:ARK_ASMSTUB (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | stub_file_info.cpp | 45 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()
|
D | module_section_des.cpp | 54 case ElfSecName::ARK_ASMSTUB: in GetSecName()
|
D | elf_builder.cpp | 92 {ElfSecName::ARK_ASMSTUB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 108 {ElfSecName::ARK_ASMSTUB, ElfSecName::TEXT}, in Initialize() 473 case ElfSecName::ARK_ASMSTUB: { in PackELFSections()
|
D | elf_reader.cpp | 134 case ElfSecName::ARK_ASMSTUB: in ParseELFSections() 205 case ElfSecName::ARK_ASMSTUB: in ParseELFSections()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | binary_section.h | 33 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()
|