Searched defs:Section (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config.h | 29 struct Section { struct 32 std::vector<struct Section> sections; argument 51 const Section &operator[](const PandaString &title) const argument 53 for (const auto &s : sections) {
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.h | 36 struct Section { struct 45 enum class SectionKind { DEBUG_LINE = 1, REL_DEBUG_LINE }; argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | ifile.cpp | 23 Section::Section(std::string secName, Word type, Word flags, uint32 align, ObjEmitter &objEmitter, … in Section() function in maplebe::Section
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_file.h | 40 Section(const std::string &name, Word type, Xword flags, Xword align) : name(name) in Section() function
|
| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| D | jit_dump_elf.h | 44 …Section(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Xword align) :… in Section() function
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 120 … Section(ElfBuilder &builder, const std::string &name, Section *link, const ElfShdrParams ¶ms) in Section() function
|