/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | dwarf_builder.h | 40 unsigned link; member
|
H A D | dwarf_builder.cpp | 35 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 D | freelist.h | 361 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 D | elf_file.h | 215 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 D | jit_dump_elf.h | 153 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 D | ifile.h | 417 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 D | elf_builder.h | 120 Section(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams ¶ms) in Section() argument 228 SymbolSection(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams ¶ms) 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
|