Home
last modified time | relevance | path

Searched refs:sectionToShdr_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp579 sectionToShdr_[secName] = curShdr; in PackELFSections()
654 …std::max(segmentToMaxOffset[segName], sectionToShdr_[s.first].sh_offset + sectionToShdr_[s.first].… in PackELFSegment()
656 …std::max(segmentToMaxAddress[segName], sectionToShdr_[s.first].sh_addr + sectionToShdr_[s.first].s… in PackELFSegment()
657 offset = std::min(offset, sectionToShdr_[s.first].sh_offset); in PackELFSegment()
Delf_builder.h80 std::map<ElfSecName, llvm::ELF::Elf64_Shdr> sectionToShdr_; variable