Home
last modified time | relevance | path

Searched refs:GetSectionsInfo (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.h82 std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &GetSectionsInfo() in GetSectionsInfo() function in panda::ecmascript::ModuleSectionDes
87 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &GetSectionsInfo() const in GetSectionsInfo() function in panda::ecmascript::ModuleSectionDes
H A Dan_file_info.h37 for (auto &s : moduleDes.GetSectionsInfo()) { in AddModuleDes()
H A Delf_builder.h53 return des_[FullSecIndex].GetSectionsInfo(); in GetFullSecInfo()
H A Dstub_file_info.h31 for (auto &s : moduleDes.GetSectionsInfo()) { in AddModuleDes()
H A Dstub_file_info.cpp183 for (const auto &s : d.GetSectionsInfo()) { in Dump()
H A Dan_file_info.cpp188 for (const auto &s : d.GetSectionsInfo()) { in Dump()
H A Delf_builder.cpp22 des_[ShStrTableModuleDesIndex].GetSectionsInfo(); in AddShStrTabSection()
363 auto curModuleSec = des.GetSectionsInfo(); in MergeTextSections()

Completed in 4 milliseconds