Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h61 explicit ElfSection(ElfSecName idx) in ElfSection() function
66 explicit ElfSection(size_t idx) in ElfSection() function
71 explicit ElfSection(std::string str) in ElfSection() function
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h112 … using ElfSection = std::conditional_t<ArchTraits<ARCH>::IS_64_BITS, Elf64_Section, Elf32_Section>; variable