Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h27 RODATA, member in panda::ecmascript::ElfSecName
73 value_ = ElfSecName::RODATA; in ElfSection()
154 {ElfSecName::RODATA, {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.cpp22 case ElfSecName::RODATA: 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.cpp127 {ElfSecName::RODATA, ElfSecName::TEXT}, in Initialize()

Completed in 4 milliseconds