Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp60 llvm::ELF::Elf64_Word shName = shdr[i].sh_name; in ParseELFSections() local
61 char *curShName = reinterpret_cast<char *>(addr) + shName + strdr.sh_offset; in ParseELFSections()
104 llvm::ELF::Elf64_Word shName = shdrs[i].sh_name; in ParseELFSections() local
105 char *curShName = reinterpret_cast<char *>(addr) + shName + strdr.sh_offset; in ParseELFSections()
187 llvm::ELF::Elf64_Word shName = shdrs[i].sh_name; in ParseELFSections() local
188 char *curShName = reinterpret_cast<char *>(parser.GetAddr()) + shName + strdr.sh_offset; in ParseELFSections()
H A Delf_builder.cpp577 llvm::ELF::Elf64_Word shName = FindShName(secNameStr, shStrTab.first, shStrTab.second); in PackELFSections() local
578 ASSERT(shName != static_cast<llvm::ELF::Elf64_Word>(-1)); in PackELFSections()
579 curShdr.sh_name = shName; in PackELFSections()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h401 llvm::ELF::Elf64_Word shName = shdr[i].sh_name; in ParseELFSectionsForBuildId() local
402 char *curShName = reinterpret_cast<char *>(addr) + shName + strdr.sh_offset; in ParseELFSectionsForBuildId()

Completed in 4 milliseconds