Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 12 of 12) 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): des_(des), sections_(sections) in ElfBuilder()
152 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in RemoveNotNeedSection() local
258 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in GetSegmentNum() local
275 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in SetLastSection() local
311 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in FindShStrTab() local
549 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> &sections = GetFullSecInfo(); in PackELFSections() local
701 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/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp30 std::vector<uint32_t> sections; in Translate() local
86 …ranslate::ReadSectionInfo(std::ifstream &file, uint32_t endOffset, std::vector<uint32_t> &sections) in ReadSectionInfo()
117 …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.cpp246 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.h552 MapleVector<Section *> sections; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp332 CUnorderedMap<uint64_t, NewAddr *> DecodeMemObj(std::ifstream &file, CVector<uint32_t> &sections) in DecodeMemObj()
485 CVector<uint32_t> sections = GetSectionInfo(file, fileSize); in GenerateHeapSnapshot() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1004 auto sections = dwarf_transform_to_disk_form(dw, &error); in Finalize() local