Home
last modified time | relevance | path

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

/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
618 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSections() local
893 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSegment() local
939 const auto &sections = GetFullSecInfo(); in CalculateTotalFileSize() 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/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/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp27 std::vector<uint32_t> sections; in Translate() local
83 …ranslate::ReadSectionInfo(std::ifstream &file, uint32_t endOffset, std::vector<uint32_t> &sections) in ReadSectionInfo()
114 …RawHeapTranslate::ReadObjTableBySection(std::ifstream &file, const std::vector<uint32_t> &sections) in ReadObjTableBySection()
/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.h545 MapleVector<Section *> sections; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp377 CUnorderedMap<uint64_t, NewAddr *> DecodeMemObj(std::ifstream &file, CVector<uint32_t> &sections) in DecodeMemObj()
544 CVector<uint32_t> sections = GetSectionInfo(file, fileSize); in GenerateHeapSnapshot() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1007 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local