Searched defs:SymbolSection (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_file.h | 244 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
|
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.h | 182 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
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | ifile.h | 355 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
|
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
H A D | elf_builder.h | 222 class SymbolSection : public Section { class in ark::compiler::ElfBuilder 228 SymbolSection(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams ¶ms) in SymbolSection() function in ark::compiler::ElfBuilder::SymbolSection
|
Completed in 6 milliseconds