Searched refs:ARK_FUNCENTRY (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | stub_file_info.cpp | 41 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in Save() 92 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in MmapLoad() 93 uint32_t funcEntrySize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in MmapLoad() 133 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in Load() 134 uint32_t funcEntrySize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in Load() 167 ElfSecName::ARK_FUNCENTRY, in GetDumpSectionNames()
|
H A D | an_file_info.cpp | 134 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection() 135 uint32_t secSize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection() 169 ElfSecName::ARK_FUNCENTRY in GetDumpSectionNames() 214 des.SetSecAddrAndSize(ElfSecName::ARK_FUNCENTRY, funcEntryAddr, funcEntrySize); in AddFuncEntrySec()
|
H A D | module_section_des.cpp | 50 case ElfSecName::ARK_FUNCENTRY: in GetSecName()
|
H A D | elf_reader.cpp | 75 if (sec == ElfSecName::ARK_FUNCENTRY) { in ParseELFSections() 145 case ElfSecName::ARK_FUNCENTRY: in ParseELFSections() 148 if (sec == ElfSecName::ARK_FUNCENTRY) { in ParseELFSections() 228 case ElfSecName::ARK_FUNCENTRY: in ParseELFSections() 231 if (sec == ElfSecName::ARK_FUNCENTRY) { in ParseELFSections()
|
H A D | elf_builder.cpp | 121 {ElfSecName::ARK_FUNCENTRY, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize() 137 {ElfSecName::ARK_FUNCENTRY, ElfSecName::DATA}, in Initialize() 622 case ElfSecName::ARK_FUNCENTRY: in PackELFSections()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | binary_section.h | 41 ARK_FUNCENTRY, member in panda::ecmascript::ElfSecName 101 value_ = ElfSecName::ARK_FUNCENTRY; in ElfSection() 118 case ElfSecName::ARK_FUNCENTRY: in ShouldDumpToAOTFile() 168 {ElfSecName::ARK_FUNCENTRY, {llvm::ELF::SHF_WRITE, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
|
Completed in 5 milliseconds