Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/
Dconfig.h32 std::vector<struct Section> sections; member
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp21 std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = in AddShStrTabSection() local
90 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in DumpSection() local
103 const std::vector<ElfSecName> &sections, in ElfBuilder()
146 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in RemoveNotNeedSection() local
252 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in GetSegmentNum() local
269 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in SetLastSection() local
305 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in FindShStrTab() local
633 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSections() local
908 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSegment() local
954 const auto &sections = GetFullSecInfo(); in CalculateTotalFileSize() local
Delf_checker.h330 ElfSectionList sections; member
353 ElfSectionList sections; member
/arkcompiler/runtime_core/static_core/verification/config/parse/
Dconfig_parse.cpp35 std::vector<Section> sections; member
/arkcompiler/jsvm/src/
Dsourcemap.h175 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/
Dark_aot_linker.cpp98 const auto &sections = memoryManager_.GetSections(); in GetLinkedSection() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp247 auto sections = dwarf_transform_to_disk_form(dwarf_, &error); in Finalize() local
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.h353 std::vector<Section *> sections; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h611 std::vector<Section *> sections; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h546 MapleVector<Section *> sections; variable
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1007 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local