Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp24 std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = in AddShStrTabSection() local
60 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in DumpSection() local
73 const std::vector<ElfSecName> &sections): des_(des), sections_(sections) in ElfBuilder()
122 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in RemoveNotNeedSection() local
228 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in GetSegmentNum() local
245 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in SetLastSection() local
281 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in FindShStrTab() local
488 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSections() local
639 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSegment() local
Delf_checker.h330 ElfSectionList sections; member
353 ElfSectionList sections; member
/arkcompiler/runtime_core/static_core/verification/config/
Dconfig.h32 std::vector<struct Section> sections; member
/arkcompiler/runtime_core/static_core/verification/config/parse/
Dconfig_parse.cpp35 std::vector<Section> sections; member
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp198 auto sections = dwarf_transform_to_disk_form(dwarf_, &error); in Finalize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h606 std::vector<Section *> sections; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h509 MapleVector<Section *> sections; variable
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1004 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local