Home
last modified time | relevance | path

Searched refs:UpdateRODataInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h38 void UpdateRODataInfo(uint64_t &addr, uint32_t &size, ElfSecName sec) const in UpdateRODataInfo() function
52 UpdateRODataInfo(addr, size, ElfSecName::RODATA); in GetMergedRODataAddrAndSize()
53 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST4); in GetMergedRODataAddrAndSize()
54 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST8); in GetMergedRODataAddrAndSize()
55 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST16); in GetMergedRODataAddrAndSize()
56 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST32); in GetMergedRODataAddrAndSize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h66 UpdateRODataInfo(addr, size, ElfSecName::RODATA); in GetMergedRODataAddrAndSize()
67 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST4); in GetMergedRODataAddrAndSize()
68 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST8); in GetMergedRODataAddrAndSize()
69 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST16); in GetMergedRODataAddrAndSize()
70 UpdateRODataInfo(addr, size, ElfSecName::RODATA_CST32); in GetMergedRODataAddrAndSize()
97 void UpdateRODataInfo(uint64_t &addr, uint32_t &size, ElfSecName sec) const in UpdateRODataInfo() function