Home
last modified time | relevance | path

Searched refs:textAddr (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.h40 void UpdateRODataInfo(uint64_t textAddr, uint64_t &addrBeforeText, uint32_t &sizeBeforeText, in UpdateRODataInfo() argument
48 ASSERT(curSectionAddr != textAddr); in UpdateRODataInfo()
49 if (curSectionAddr < textAddr) { in UpdateRODataInfo()
58 std::tuple<uint64_t, uint32_t, uint64_t, uint32_t> GetMergedRODataAddrAndSize(uint64_t textAddr) const in GetMergedRODataAddrAndSize()
66 UpdateRODataInfo(textAddr, addrBeforeText, sizeBeforeText, addrAfterText, sizeAfterText, in GetMergedRODataAddrAndSize()
H A Dgdb_jit.cpp296 uintptr_t textAddr = info.textHdr->sh_offset + info.fileAddr; in ConstructEhdrAndPhdr() local
301 newPhdr->p_offset = textAddr - info.fileAddr; in ConstructEhdrAndPhdr()
302 newPhdr->p_vaddr = textAddr; in ConstructEhdrAndPhdr()
303 newPhdr->p_paddr = textAddr; in ConstructEhdrAndPhdr()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.h72 std::tuple<uint64_t, uint32_t, uint64_t, uint32_t> GetMergedRODataAddrAndSize(uint64_t textAddr) const in GetMergedRODataAddrAndSize()
80 UpdateRODataInfo(textAddr, addrBeforeText, sizeBeforeText, addrAfterText, sizeAfterText, in GetMergedRODataAddrAndSize()
114 void UpdateRODataInfo(uint64_t textAddr, uint64_t &addrBeforeText, uint32_t &sizeBeforeText, in UpdateRODataInfo() argument
122 ASSERT(curSectionAddr != textAddr); in UpdateRODataInfo()
123 if (curSectionAddr < textAddr) { in UpdateRODataInfo()
H A Dfile_generators.cpp50 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectStackMapDes() local
58 std::tie(ptr, size) = builder.Run(std::move(stackmapPtr), textAddr, irModule_->GetTriple()); in CollectStackMapDes()
79 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectAnStackMapDes() local
85 builder.Collect(std::move(stackmapPtr), textAddr, textOffset, stackMapInfo); in CollectAnStackMapDes() local
168 uintptr_t textAddr = GetTextAddr(); in CollectFuncEntryInfo() local
175 GetMergedRODataAddrAndSize(textAddr); in CollectFuncEntryInfo()
196 funcSize = textAddr + textSize - funcEntry; in CollectFuncEntryInfo()
200 uint64_t offset = funcEntry - textAddr + aotInfo.GetCurTextSecOffset(); in CollectFuncEntryInfo()
421 uint64_t textAddr = module->GetSectionAddr(ElfSecName::TEXT); in RollbackTextSize() local
430 module->GetMergedRODataAddrAndSize(textAddr); in RollbackTextSize()
726 uint64_t textAddr = moduleSectionDes.GetSecAddr(ElfSecName::TEXT); GetMemoryCodeInfos() local
[all...]

Completed in 4 milliseconds