Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h412 uint64_t buildIdOffset = secShdr.sh_offset; in ParseELFSectionsForBuildId() local
414 llvm::ELF::Elf64_Nhdr *nhdr = reinterpret_cast<llvm::ELF::Elf64_Nhdr *>(addr + buildIdOffset); in ParseELFSectionsForBuildId()
415 char *curShNameForNhdr = reinterpret_cast<char *>(addr + buildIdOffset + sizeof(*nhdr)); in ParseELFSectionsForBuildId()
428 char *curShNameValueForNhdr = reinterpret_cast<char *>(addr + buildIdOffset + sizeof(*nhdr) + in ParseELFSectionsForBuildId()

Completed in 2 milliseconds