Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h31 RODATA_CST32, member in panda::ecmascript::ElfSecName
81 value_ = ElfSecName::RODATA_CST32; in ElfSection()
158 {ElfSecName::RODATA_CST32, {llvm::ELF::SHT_PROGBITS, llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_MERGE}}, in InitShTypeAndFlag()
216 return ElfSecName::RODATA <= value_ && value_ <= ElfSecName::RODATA_CST32; in InRodataSection()
H A Dfile_generators.h78 for (uint8_t i = static_cast<uint8_t>(ElfSecName::RODATA); i <= static_cast<uint8_t>(ElfSecName::RODATA_CST32); in GetMergedRODataAddrAndSize()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dmodule_section_des.cpp30 case ElfSecName::RODATA_CST32: in GetSecName()
H A Dmodule_section_des.h64 for (uint8_t i = static_cast<uint8_t>(ElfSecName::RODATA); i <= static_cast<uint8_t>(ElfSecName::RODATA_CST32); in GetMergedRODataAddrAndSize()
H A Delf_builder.cpp131 {ElfSecName::RODATA_CST32, ElfSecName::TEXT}, in Initialize()

Completed in 4 milliseconds