Home
last modified time | relevance | path

Searched refs:SymbolSection (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.h182 class SymbolSection : public Section { class
184 SymbolSection(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Xword align, in SymbolSection() function in panda::ecmascript::SymbolSection
193 ~SymbolSection() = default;
249 }; /* class SymbolSection */
350 SymbolSection *symbolTabSection = nullptr;
H A Djit_dump_elf.cpp128 symbolTabSection = new SymbolSection(".symtab", SHT_SYMTAB, 0, k8Bits, *strTabSection); in Init()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h244 class SymbolSection : public Section { class
246 SymbolSection(const std::string &name, Word type, Xword flags, Xword align, const Section &link) in SymbolSection() function in assembler::SymbolSection
255 ~SymbolSection() = default;
306 }; /* class SymbolSection */
H A Delf_assembler.h622 SymbolSection *symbolTabSection = nullptr;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Difile.h355 class SymbolSection : public Section { class
357 SymbolSection(const std::string &name, Word type, Word flags, Word align, ObjEmitter &emitter, MemPool &memPool, in SymbolSection() function in maplebe::SymbolSection
367 ~SymbolSection() = default;
H A Dobj_emit.h551 SymbolSection *symbolTabSection = nullptr;
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h222 class SymbolSection : public Section { class in ark::compiler::ElfBuilder
228 SymbolSection(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams &params) in SymbolSection() function in ark::compiler::ElfBuilder::SymbolSection
314 typename SymbolSection::ThunkFunc thunk);
523 SymbolSection dynsymSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
524 SymbolSection(*this, ".dynsym", &dynstrSection_, {SHT_DYNSYM, SHF_ALLOC, 1, sizeof(ElfOff), sizeof(ElfSym)});
546 typename SymbolSection::ThunkFunc thunk) in AddSymbol()
576 void ElfBuilder<ARCH, IS_JIT_MODE>::SymbolSection::Resolve() in Resolve()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp236 memPool->New<SymbolSection>(".symtab", SHT_SYMTAB, 0, sizeof(Symbol), *this, *memPool, *strTabSection);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp46 symbolTabSection = new SymbolSection(".symtab", SHT_SYMTAB, 0, k8Bits, *strTabSection); in InitialFileInfo()

Completed in 18 milliseconds