Home
last modified time | relevance | path

Searched defs:secAddr (Results 1 – 4 of 4) 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
200 uint64_t secAddr = static_cast<uint64_t>(codeAddress + secShdr.sh_offset); in ParseELFSections() local
279 const uintptr_t &secAddr, in SeparateTextSections()
303 const uintptr_t &secAddr, in SeparateArkStackMapSections()
321 const uintptr_t &secAddr, in SeparateStrtabSections()
334 const uintptr_t &secAddr, in SeparateSymtabSections()
348 const uint64_t &secAddr, in SeparateTextSections()
378 const uint64_t &secAddr, in SeparateArkStackMapSections()
398 const uintptr_t &secAddr, in SeparateStrtabSections()
[all …]
Dan_file_info.cpp163 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection() local
174 uint64_t secAddr = des.GetSecAddr(ElfSecName::ARK_CHECKSUMINFO); in ParseChecksumInfo() local
Delf_builder.cpp567 uint64_t secAddr = des_[idx].GetSecAddr(ElfSecName::SYMTAB); in FixSymtab() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp690 object::SectionedAddress secAddr = {addr, secIndex}; in GetCalleeReg2Offset() local