Home
last modified time | relevance | path

Searched refs:SYMTAB (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h38 SYMTAB, enumerator
93 value_ = ElfSecName::SYMTAB; in ElfSection()
116 case ElfSecName::SYMTAB: in ShouldDumpToAOTFile()
139 if (value_ == ElfSecName::RELATEXT || value_ == ElfSecName::SYMTAB) { in Entsize()
147 return value_ == ElfSecName::SYMTAB ? 1 : 0; in Link()
164 {ElfSecName::SYMTAB, {llvm::ELF::SHT_SYMTAB, llvm::ELF::SHF_ALLOC}}, in InitShTypeAndFlag()
Dfile_generators.h43 … return sec == ElfSecName::RELATEXT || sec == ElfSecName::STRTAB || sec == ElfSecName::SYMTAB; in IsRelaSection()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.cpp44 case ElfSecName::SYMTAB: in GetSecName()
Dan_file_info.cpp133 ElfSecName::SYMTAB, in GetDumpSectionNames()
Delf_builder.cpp88 {ElfSecName::SYMTAB, AOTFileInfo::DATA_SEC_ALIGN}, in Initialize()
104 {ElfSecName::SYMTAB, ElfSecName::DATA}, in Initialize()
470 case ElfSecName::SYMTAB: in PackELFSections()