Home
last modified time | relevance | path

Searched defs:secAddr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp73 uintptr_t secAddr = reinterpret_cast<uintptr_t>(addr + secShdr.sh_offset); in ParseELFSections() local
117 uintptr_t secAddr = reinterpret_cast<uintptr_t>(addr + secShdr.sh_offset); in ParseELFSections() local
188 uint64_t secAddr = static_cast<uint64_t>(codeAddress + secShdr.sh_offset); in ParseELFSections() local
253 const uintptr_t &secAddr, in SeparateTextSections()
279 const uintptr_t &secAddr, in SeparateArkStackMapSections()
298 const uint64_t &secAddr, in SeparateTextSections()
328 const uint64_t &secAddr, in SeparateArkStackMapSections()
Dan_file_info.cpp102 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp558 object::SectionedAddress secAddr = {addr, secIndex}; in GetCalleeReg2Offset() local