Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h56 class PUBLIC_API ElfSection { class
58 ElfSection() = delete;
60 explicit ElfSection(ElfSecName idx) in ElfSection() function in panda::ecmascript::ElfSection
65 explicit ElfSection(size_t idx) in ElfSection() function in panda::ecmascript::ElfSection
70 explicit ElfSection(std::string str) in ElfSection() function in panda::ecmascript::ElfSection
H A Dfile_generators.cpp285 auto curSec = ElfSection(i); in CollectModuleSectionDes()
303 auto curSec = ElfSection(i); in CollectAnModuleSectionDes()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp93 ElfSection section = ElfSection(s.first); in DumpSection()
261 ElfSection section = ElfSection(s.first); in GetSegmentNum()
277 ElfSection section = ElfSection(s.first); in SetLastSection()
562 ElfSection section = ElfSection(secName); in PackELFSections()
704 ElfSection section = ElfSection( in PackELFSegment()
[all...]
H A Dan_file_info.h38 auto sec = ElfSection(s.first); in AddModuleDes()
H A Dstub_file_info.h32 auto sec = ElfSection(s.first); in AddModuleDes()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp182 auto curSec = ElfSection(sectionName); in AllocaCodeSectionImp()
215 auto curSec = ElfSection(sectionName); in AllocaDataSectionImp()
313 auto curSection = ElfSection(sec); in GetSectionAddr()
320 auto curSection = ElfSection(sec); in GetSectionSize()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h112 using ElfSection = std::conditional_t<ArchTraits<ARCH>::IS_64_BITS, Elf64_Section, Elf32_Section>;
560 static_cast<ElfSection>(section.GetIndex()), // st_shndx in AddSymbol()
570 static_cast<ElfSection>(section.GetIndex())}); // st_shndx in AddSymbol()

Completed in 8 milliseconds