| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| D | jit_dump_elf.cpp | 74 void JsJitDumpElf::UpdateSectionOffset(Section §ion) in UpdateSectionOffset() 83 void JsJitDumpElf::UpdateGlobalOffset(Section §ion) in UpdateGlobalOffset() 95 for (auto *section : sections) { in LayoutSections() local 99 for (auto *section : sections) { in LayoutSections() local 114 void JsJitDumpElf::RegisterSection(Section §ion) in RegisterSection() 176 for (auto *section : sections) { in WriteJitElfFile() local 185 for (auto *section : sections) { in WriteJitElfFile() local
|
| D | jit_dump_elf.h | 75 void SetLink(const Section §ion) in SetLink()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | created_object_file.cpp | 34 for (auto section : objectFile_->sections()) { in CreatedObjectFile() local 74 const auto §ion = sectionIndex_.at(name); in GetSection() local 93 const auto §ion = sectionIndex_.at(RELA_LLVM_STACKMAPS_SECTION); in GetStackMapInfo() local 105 const auto §ion = sectionIndex_.at(".rela.llvm_faultmaps"); in GetFaultMapInfo() local
|
| D | ark_aot_linker.cpp | 113 for (const auto §ion : file->GetRoDataSections()) { in GetLinkedRoDataSections() local 125 for (auto section : objectFile->GetObjectFile()->sections()) { in RelocateSections() local
|
| D | code_info_producer.cpp | 35 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/ |
| D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const ark::PandaString &path = "") in ProcessConfigSection() 54 bool ProcessConfig(Config *cfg, const Section §ion) in ProcessConfig()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | obj_emit.cpp | 137 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/ |
| D | config_load.cpp | 44 ark::verifier::config::Section section; in ProcessConfigFile() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 306 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 §ion, 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
|
| D | aot_builder.cpp | 205 auto §ion = roDatas_.at(i); in PrepareElfBuilder() local
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 230 static bool MethodOptionsProcessorProcessSection(const struct Section &s, const Section §ion, in MethodOptionsProcessorProcessSection() 283 static const auto PROCESS_METHOD_OPTIONS = [](Config *cfg, const Section §ion) { in MethodOptionsProcessor() 303 …tatic const auto CONFIG_DEBUG_METHOD_OPTIONS_VERIFIER = [](Config *ddcfg, const Section §ion) { in RegisterConfigHandlerMethodOptions()
|
| D | config_handler_method_groups.cpp | 46 … const auto CONFIG_DEBUG_METHOD_GROUPS_VERIFIER_OPTIONS = [](Config *cfg, const Section §ion) { in RegisterConfigHandlerMethodGroups()
|
| D | config_handler_whitelist.cpp | 95 static const auto CONFIG_DEBUG_WHITELIST_VERIFIER = [](Config *config, const Section §ion) { in RegisterConfigHandlerWhitelist()
|
| D | config_handler_options.cpp | 102 static const auto CONFIG_DEBUG_OPTIONS_VERIFIER = [](Config *config, const Section §ion) { in RegisterConfigHandlerOptions()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.cpp | 320 auto section = header_->GetProtoTransitionPoolSection(); in VerifyAPFile() local 339 SectionInfo* section, in ValidateSectionBounds()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.h | 395 PGOFileSectionInterface §ion) in ParseSectionFromBinary() 409 PGOFileSectionInterface §ion) in ProcessSectionToBinary()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 93 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/ |
| D | obj_emit.h | 447 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/ |
| D | config_handler_breakpoints.cpp | 116 static const auto CONFIG_DEBUG_BREAKPOINTS = [](Config *cfg, const Section §ion) { in RegisterConfigHandlerBreakpoints()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 565 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/ |
| D | dwarf_builder.cpp | 42 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/ |
| D | elf_file.h | 71 void SetLink(const Section §ion) in SetLink()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | elf_assembler.cpp | 657 void ElfAssembler::RegisterSection(Section §ion) in RegisterSection() 669 for (auto *section : sections) { in LayoutSections() local 673 for (auto *section : sections) { in LayoutSections() local 688 void ElfAssembler::UpdateSectionOffset(Section §ion) in UpdateSectionOffset() 697 void ElfAssembler::UpdateGlobalOffset(Section §ion) in UpdateGlobalOffset() 980 for (auto *section : sections) { in WriteElfFile() local 990 for (auto *section : sections) { in WriteElfFile() local
|
| /arkcompiler/jsvm/src/ |
| D | sourcemap.h | 294 auto section = fromMaybe.As<v8::Object>(); in ParseSections() local
|
| /arkcompiler/runtime_core/static_core/runtime/jit/libprofile/ |
| D | pgo_file_builder.cpp | 105 for (auto §ion : methods) { in WriteAllMethodsSections() local
|