Home
last modified time | relevance | path

Searched refs:GetSecAddr (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp92 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in MmapLoad()
97 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in MmapLoad()
108 entry.codeAddr_ += moduleDes.GetSecAddr(ElfSecName::TEXT); in MmapLoad()
133 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in Load()
138 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in Load()
149 entry.codeAddr_ += moduleDes.GetSecAddr(ElfSecName::TEXT); in Load()
186 uint64_t addr = d.GetSecAddr(s.first); in Dump()
H A Dmodule_section_des.h46 uint64_t curSectionAddr = GetSecAddr(sec); in UpdateRODataInfo()
145 uint64_t GetSecAddr(const ElfSecName idx) const in GetSecAddr() function in panda::ecmascript::ModuleSectionDes
164 uint64_t stubStartAddr = GetSecAddr(ElfSecName::TEXT); in ContainCode()
H A Dan_file_info.cpp134 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection()
149 funcDes.codeAddr_ += des.GetSecAddr(ElfSecName::TEXT); in UpdateFuncEntries()
191 uint64_t addr = d.GetSecAddr(s.first); in Dump()
H A Delf_builder.cpp316 uint64_t curSecAddr = des_[ShStrTableModuleDesIndex].GetSecAddr(s.first); in FindShStrTab()
360 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::TEXT); in MergeTextSections()
399 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::STRTAB); in MergeStrtabSections()
423 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::SYMTAB); in MergeSymtabSections()
460 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections()
487 uint64_t secAddr = des_[idx].GetSecAddr(ElfSecName::SYMTAB); in FixSymtab()
625 uint64_t curSecAddr = des_[FullSecIndex].GetSecAddr(secName); in PackELFSections()
H A Daot_file_info.cpp40 uint64_t addr = d.GetSecAddr(ElfSecName::TEXT); in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp46 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
50 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectStackMapDes()
75 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
79 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectAnStackMapDes()
726 uint64_t textAddr = moduleSectionDes.GetSecAddr(ElfSecName::TEXT); in GetMemoryCodeInfos()

Completed in 5 milliseconds