Home
last modified time | relevance | path

Searched defs:syms (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp426 std::unique_ptr<Elf64_Sym []> syms = std::make_unique<Elf64_Sym []>(asmStubSymTabNum); in MergeSymtabSections() local
568 Elf64_Sym *syms = reinterpret_cast<Elf64_Sym*>(secAddr); in FixSymtab() local
739 Span<llvm::ELF::Elf64_Sym> syms, const uint32_t textOff) in ResolveAArch64Relocate()
782 Span<llvm::ELF::Elf64_Sym> syms, const uint32_t textOff) in ResolveAmd64Relocate()
841 Elf64_Sym *syms = reinterpret_cast<Elf64_Sym *>(symSecAddr); in ResolveRelocate() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts3692 const syms: ts.Symbol[] = []; constant