Home
last modified time | relevance | path

Searched defs:ElfSection (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h55 explicit ElfSection(ElfSecName idx) in ElfSection() function
59 explicit ElfSection(size_t idx) in ElfSection() function
63 explicit ElfSection(std::string str) in ElfSection() function
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h113 … using ElfSection = std::conditional_t<ArchTraits<arch>::IS_64_BITS, Elf64_Section, Elf32_Section>; variable