Searched refs:UpdateRODataInfo (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | module_section_des.h | 38 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/ |
D | file_generators.h | 66 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
|