Searched defs:sections (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/config/ |
H A D | config.h | 32 std::vector<struct Section> sections; member
|
/arkcompiler/runtime_core/static_core/verification/config/parse/ |
H A D | config_parse.cpp | 35 std::vector<Section> sections; member
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | dwarf_builder.cpp | 247 auto sections = dwarf_transform_to_disk_form(dwarf_, &error); in Finalize() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
H A D | ark_aot_linker.cpp | 98 const auto §ions = memoryManager_.GetSections(); in GetLinkedSection() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.h | 353 std::vector<Section *> sections; member in panda::ecmascript::JsJitDumpElf
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_builder.cpp | 21 std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = in AddShStrTabSection() local 90 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in DumpSection() local 152 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions in RemoveNotNeedSection() local 102 ElfBuilder(const std::vector<ModuleSectionDes> &des, const std::vector<ElfSecName> §ions) ElfBuilder() argument 258 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); GetSegmentNum() local 275 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); SetLastSection() local 311 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); FindShStrTab() local 549 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); PackELFSections() local 701 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); PackELFSegment() local [all...] |
H A D | elf_checker.h | 330 ElfSectionList sections; member 353 ElfSectionList sections; member
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_assembler.h | 611 std::vector<Section *> sections; member in assembler::ElfAssembler
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | obj_emit.h | 545 MapleVector<Section *> sections; member in maplebe::ObjEmitter
|
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
H A D | elf_builder.h | 1007 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local
|
Completed in 10 milliseconds