Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp561 auto &curShdr = shdr[i]; in PackELFSections() local
566 curShdr.sh_addralign = sectionToAlign_[secName]; in PackELFSections()
567 curSecOffset = AlignUp(curSecOffset, curShdr.sh_addralign); in PackELFSections()
579 curShdr.sh_name = shName; in PackELFSections()
580 curShdr.sh_type = section.Type(); in PackELFSections()
581 curShdr.sh_flags = section.Flag(); in PackELFSections()
582 curShdr.sh_addr = curSecOffset; in PackELFSections()
583 curShdr.sh_offset = static_cast<uint64_t>(curSecOffset); in PackELFSections()
584 curShdr.sh_info = 0; in PackELFSections()
585 curShdr in PackELFSections()
[all...]

Completed in 2 milliseconds