Home
last modified time | relevance | path

Searched defs:link (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist.h361 void SetNextFree(FreeListHeader *link) in SetNextFree()
373 void SetPrevFree(FreeListHeader *link) in SetPrevFree()
385 void InsertPrev(FreeListHeader *link) in InsertPrev()
401 void InsertNext(FreeListHeader *link) in InsertNext()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.h40 unsigned link; member
Ddwarf_builder.cpp36 … [[maybe_unused]] Dwarf_Unsigned link, [[maybe_unused]] Dwarf_Unsigned info, in CreateSectionCallback()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_file.h215 …ction(const std::string &name, Word type, Xword flags, Word info, Xword align, const Section &link) in RelaSection()
246 SymbolSection(const std::string &name, Word type, Xword flags, Xword align, const Section &link) in SymbolSection()
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.h154 maplebe::Xword align, const Section &link) : Section(name, type, flags, align) in RelaSection()
185 const Section &link) : Section(name, type, flags, align) in SymbolSection()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h118 …uilder &builder, const std::string &name, ElfWord type, ElfWord flags, Section *link, ElfWord info, in Section() function
226 …olSection(ElfBuilder &builder, const std::string &name, ElfWord type, ElfWord flags, Section *link, in SymbolSection()
923 … [[maybe_unused]] Dwarf_Unsigned flags, [[maybe_unused]] Dwarf_Unsigned link, in CreateSectionCallback()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Difile.h358 const Section &link) in SymbolSection()
417 …Section(const std::string &name, Word type, Word flags, Word info, Word align, const Section &link, in RelaSection()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp379 for (auto &link : wclass->GetMethods()) { in UpdatePropsWithBaseClasses() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_dependence.cpp66 void AArch64DepAnalysis::DumpDepLink(DepLink &link, const DepNode *node) const in DumpDepLink()