Home
last modified time | relevance | path

Searched defs:link (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.h40 unsigned link; member
H A Ddwarf_builder.cpp35 CreateSectionCallback([[maybe_unused]] char *name, [[maybe_unused]] int size, [[maybe_unused]] Dwarf_Unsigned type, [[maybe_unused]] Dwarf_Unsigned flags, [[maybe_unused]] Dwarf_Unsigned link, [[maybe_unused]] Dwarf_Unsigned info, [[maybe_unused]] Dwarf_Unsigned *sectNameIndex, [[maybe_unused]] void *userData, [[maybe_unused]] int *error) CreateSectionCallback() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dfreelist.h361 void SetNextFree(FreeListHeader *link) in SetNextFree() argument
373 void SetPrevFree(FreeListHeader *link) in SetPrevFree() argument
385 void InsertPrev(FreeListHeader *link) in InsertPrev() argument
401 InsertNext(FreeListHeader *link) InsertNext() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h215 RelaSection(const std::string &name, Word type, Xword flags, Word info, Xword align, const Section &link) in RelaSection() argument
246 SymbolSection(const std::string &name, Word type, Xword flags, Xword align, const Section &link) in SymbolSection() argument
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.h153 RelaSection(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Word info, maplebe::Xword align, const Section &link) RelaSection() argument
184 SymbolSection(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Xword align, const Section &link) SymbolSection() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h417 RelaSection(const std::string &name, Word type, Word flags, Word info, Word align, const Section &link, in RelaSection() argument
357 SymbolSection(const std::string &name, Word type, Word flags, Word align, ObjEmitter &emitter, MemPool &memPool, const Section &link) SymbolSection() argument
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h120 Section(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams &params) in Section() argument
228 SymbolSection(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams &params) in SymbolSection() argument
925 CreateSectionCallback(char *name, [[maybe_unused]] int size, [[maybe_unused]] Dwarf_Unsigned type, [[maybe_unused]] Dwarf_Unsigned flags, [[maybe_unused]] Dwarf_Unsigned link, [[maybe_unused]] Dwarf_Unsigned info, [[maybe_unused]] Dwarf_Unsigned *sectNameIndex, [[maybe_unused]] void *userData, [[maybe_unused]] int *error) CreateSectionCallback() argument

Completed in 11 milliseconds