Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp88 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in MmapLoad()
93 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in MmapLoad()
104 entry.codeAddr_ += moduleDes.GetSecAddr(ElfSecName::TEXT); in MmapLoad()
129 uint64_t funcEntryAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in Load()
134 uint64_t asmStubAddr = des.GetSecAddr(ElfSecName::ARK_ASMSTUB); in Load()
145 entry.codeAddr_ += moduleDes.GetSecAddr(ElfSecName::TEXT); in Load()
178 uint64_t addr = d.GetSecAddr(s.first); in Dump()
Dmodule_section_des.h43 uint64_t curSectionAddr = GetSecAddr(sec); in UpdateRODataInfo()
133 uint64_t GetSecAddr(const ElfSecName idx) const in GetSecAddr() function
152 uint64_t stubStartAddr = GetSecAddr(ElfSecName::TEXT); in ContainCode()
Dan_file_info.cpp102 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection()
117 funcDes.codeAddr_ += des.GetSecAddr(ElfSecName::TEXT); in UpdateFuncEntries()
158 uint64_t addr = d.GetSecAddr(s.first); in Dump()
Daot_file_info.cpp44 uint64_t addr = d.GetSecAddr(ElfSecName::TEXT); in CalCallSiteInfo()
Delf_builder.cpp286 uint64_t curSecAddr = des_[ShStrTableModuleDesIndex].GetSecAddr(s.first); in FindShStrTab()
328 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::TEXT); in MergeTextSections()
366 uint64_t curSecAddr = des.GetSecAddr(ElfSecName::ARK_STACKMAP); in MergeArkStackMapSections()
475 uint64_t curSecAddr = des_[FullSecIndex].GetSecAddr(secName); in PackELFSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp29 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
33 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectStackMapDes()
53 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
57 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectAnStackMapDes()