Searched defs:sections (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 24 std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = in AddShStrTabSection() local 60 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in DumpSection() local 73 const std::vector<ElfSecName> §ions): des_(des), sections_(sections) in ElfBuilder() 122 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in RemoveNotNeedSection() local 228 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in GetSegmentNum() local 245 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in SetLastSection() local 281 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in FindShStrTab() local 488 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in PackELFSections() local 639 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in PackELFSegment() local
|
| D | elf_checker.h | 330 ElfSectionList sections; member 353 ElfSectionList sections; member
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config.h | 32 std::vector<struct Section> sections; member
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 35 std::vector<Section> sections; member
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 198 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/ |
| D | elf_assembler.h | 606 std::vector<Section *> sections; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | obj_emit.h | 509 MapleVector<Section *> sections; variable
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 1004 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local
|