Searched defs:sections (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config.h | 32 std::vector<struct Section> sections; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| 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 103 const std::vector<ElfSecName> §ions, in ElfBuilder() 146 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in RemoveNotNeedSection() local 252 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in GetSegmentNum() local 269 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in SetLastSection() local 305 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in FindShStrTab() local 633 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in PackELFSections() local 908 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in PackELFSegment() local 954 const auto §ions = GetFullSecInfo(); in CalculateTotalFileSize() local
|
| D | elf_checker.h | 330 ElfSectionList sections; member 353 ElfSectionList sections; member
|
| /arkcompiler/runtime_core/static_core/verification/config/parse/ |
| D | config_parse.cpp | 35 std::vector<Section> sections; member
|
| /arkcompiler/jsvm/src/ |
| D | sourcemap.h | 175 auto sections = payload->Get(context, v8::String::NewFromUtf8Literal(isolate, "sections")); in ParseMappingPayload() local 280 void SourceMap::ParseSections(v8::Local<v8::Value> sections) in ParseSections()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.cpp | 98 const auto §ions = memoryManager_.GetSections(); in GetLinkedSection() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 247 auto sections = dwarf_transform_to_disk_form(dwarf_, &error); in Finalize() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| D | jit_dump_elf.h | 353 std::vector<Section *> sections; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_assembler.h | 611 std::vector<Section *> sections; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | obj_emit.h | 546 MapleVector<Section *> sections; variable
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 1007 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local
|