Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.cpp74 void JsJitDumpElf::UpdateSectionOffset(Section &section) in UpdateSectionOffset()
83 void JsJitDumpElf::UpdateGlobalOffset(Section &section) in UpdateGlobalOffset()
95 for (auto *section : sections) { in LayoutSections() local
99 for (auto *section : sections) { in LayoutSections() local
114 void JsJitDumpElf::RegisterSection(Section &section) in RegisterSection()
176 for (auto *section : sections) { in WriteJitElfFile() local
185 for (auto *section : sections) { in WriteJitElfFile() local
Djit_dump_elf.h75 void SetLink(const Section &section) in SetLink()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp34 for (auto section : objectFile_->sections()) { in CreatedObjectFile() local
74 const auto &section = sectionIndex_.at(name); in GetSection() local
93 const auto &section = sectionIndex_.at(RELA_LLVM_STACKMAPS_SECTION); in GetStackMapInfo() local
105 const auto &section = sectionIndex_.at(".rela.llvm_faultmaps"); in GetFaultMapInfo() local
Dark_aot_linker.cpp113 for (const auto &section : file->GetRoDataSections()) { in GetLinkedRoDataSections() local
125 for (auto section : objectFile->GetObjectFile()->sections()) { in RelocateSections() local
Dcode_info_producer.cpp35 void CodeInfoProducer::SetStackMap(const uint8_t *section, uintptr_t size) in SetStackMap()
47 void CodeInfoProducer::SetFaultMaps(const uint8_t *section, uintptr_t size) in SetFaultMaps()
/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, const ark::PandaString &path = "") in ProcessConfigSection()
54 bool ProcessConfig(Config *cfg, const Section &section) in ProcessConfig()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp137 for (auto *section : sections) { in WriteObjFile() local
148 for (auto section : sections) { in WriteObjFile() local
164 for (auto *section : sections) { in ClearData() local
/arkcompiler/runtime_core/static_core/verification/config/
Dconfig_load.cpp44 ark::verifier::config::Section section; in ProcessConfigFile() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h306 void AddSection(Section *section) in AddSection()
357 auto section = new DataSection(*this, name, nullptr, in AddRoDataSection() local
413 for (auto section : sections_) { in HackAddressesForJit() local
545 …uilder<ARCH, IS_JIT_MODE>::AddSymbol(const std::string &name, ElfWord size, const Section &section, in AddSymbol()
629 for (auto section : sections_) { in Build() local
813 void ElfBuilder<ARCH, IS_JIT_MODE>::SettleSection(Section *section) in SettleSection()
866 for (auto section : sections_) { in Write() local
878 for (auto section : sections_) { in Write() local
Daot_builder.cpp205 auto &section = roDatas_.at(i); in PrepareElfBuilder() local
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp230 static bool MethodOptionsProcessorProcessSection(const struct Section &s, const Section &section, in MethodOptionsProcessorProcessSection()
283 static const auto PROCESS_METHOD_OPTIONS = [](Config *cfg, const Section &section) { in MethodOptionsProcessor()
303 …tatic const auto CONFIG_DEBUG_METHOD_OPTIONS_VERIFIER = [](Config *ddcfg, const Section &section) { in RegisterConfigHandlerMethodOptions()
Dconfig_handler_method_groups.cpp46 … const auto CONFIG_DEBUG_METHOD_GROUPS_VERIFIER_OPTIONS = [](Config *cfg, const Section &section) { in RegisterConfigHandlerMethodGroups()
Dconfig_handler_whitelist.cpp95 static const auto CONFIG_DEBUG_WHITELIST_VERIFIER = [](Config *config, const Section &section) { in RegisterConfigHandlerWhitelist()
Dconfig_handler_options.cpp102 static const auto CONFIG_DEBUG_OPTIONS_VERIFIER = [](Config *config, const Section &section) { in RegisterConfigHandlerOptions()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp320 auto section = header_->GetProtoTransitionPoolSection(); in VerifyAPFile() local
339 SectionInfo* section, in ValidateSectionBounds()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.h395 PGOFileSectionInterface &section) in ParseSectionFromBinary()
409 PGOFileSectionInterface &section) in ProcessSectionToBinary()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp93 ElfSection section = ElfSection(s.first); in DumpSection() local
255 ElfSection section = ElfSection(s.first); in GetSegmentNum() local
271 ElfSection section = ElfSection(s.first); in SetLastSection() local
646 ElfSection section = ElfSection(secName); in PackELFSections() local
911 ElfSection section = ElfSection(s.first); in PackELFSegment() local
959 ElfSection section = ElfSection(secName); in CalculateTotalFileSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h447 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr()
456 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr()
466 void RegisterSection(Section *section) in RegisterSection()
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp116 static const auto CONFIG_DEBUG_BREAKPOINTS = [](Config *cfg, const Section &section) { in RegisterConfigHandlerBreakpoints()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp565 auto section = module->GetObjectFile()->GetSectionByFunctionName(fullMethodName); in CollectAotBuilderOffsets() local
844 auto section = file->GetSection(".llvm_stackmaps"); in CompileModule() local
857 auto section = file->GetSection(".llvm_faultmaps"); in CompileModule() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp42 ELFIO::section *section = self->GetElfBuilder()->sections.add(name); in CreateSectionCallback() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_file.h71 void SetLink(const Section &section) in SetLink()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp657 void ElfAssembler::RegisterSection(Section &section) in RegisterSection()
669 for (auto *section : sections) { in LayoutSections() local
673 for (auto *section : sections) { in LayoutSections() local
688 void ElfAssembler::UpdateSectionOffset(Section &section) in UpdateSectionOffset()
697 void ElfAssembler::UpdateGlobalOffset(Section &section) in UpdateGlobalOffset()
980 for (auto *section : sections) { in WriteElfFile() local
990 for (auto *section : sections) { in WriteElfFile() local
/arkcompiler/jsvm/src/
Dsourcemap.h294 auto section = fromMaybe.As<v8::Object>(); in ParseSections() local
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.cpp105 for (auto &section : methods) { in WriteAllMethodsSections() local

12