Home
last modified time | relevance | path

Searched refs:secShdr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp72 llvm::ELF::Elf64_Shdr secShdr = shdr[secId]; in ParseELFSections() local
73 uintptr_t secAddr = reinterpret_cast<uintptr_t>(addr + secShdr.sh_offset); in ParseELFSections()
74 uint32_t secSize = secShdr.sh_size; in ParseELFSections()
116 llvm::ELF::Elf64_Shdr secShdr = shdrs[secId]; in ParseELFSections() local
117 uintptr_t secAddr = reinterpret_cast<uintptr_t>(addr + secShdr.sh_offset); in ParseELFSections()
118 uint32_t secSize = secShdr.sh_size; in ParseELFSections()
199 llvm::ELF::Elf64_Shdr secShdr = shdrs[secId]; in ParseELFSections() local
200 uint64_t secAddr = static_cast<uint64_t>(codeAddress + secShdr.sh_offset); in ParseELFSections()
201 uint32_t secSize = secShdr.sh_size; in ParseELFSections()
205 SeparateTextSections(parser, des, secAddr, secOffset, secShdr in ParseELFSections()
[all...]
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h411 llvm::ELF::Elf64_Shdr secShdr = shdr[secId]; in ParseELFSectionsForBuildId() local
412 uint64_t buildIdOffset = secShdr.sh_offset; in ParseELFSectionsForBuildId()
413 uint64_t buildIdSize = secShdr.sh_size; in ParseELFSectionsForBuildId()

Completed in 4 milliseconds