| /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 | 139 for (auto *section : sections) { in WriteObjFile() local 150 for (auto section : sections) { in WriteObjFile() local 155 void ObjEmitter::AddSymbol(const std::string &name, Word size, const Section §ion, Address valu… in AddSymbol() 174 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 | 305 void AddSection(Section *section) in AddSection() 356 auto section = in AddRoDataSection() local 411 for (auto section : sections_) { in HackAddressesForJit() local 542 …uilder<ARCH, IS_JIT_MODE>::AddSymbol(const std::string &name, ElfWord size, const Section §ion, in AddSymbol() 626 for (auto section : sections_) { in Build() local 810 void ElfBuilder<ARCH, IS_JIT_MODE>::SettleSection(Section *section) in SettleSection() 863 for (auto section : sections_) { in Write() local 875 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/compiler/aot_file/ |
| D | elf_builder.cpp | 93 ElfSection section = ElfSection(s.first); in DumpSection() local 261 ElfSection section = ElfSection(s.first); in GetSegmentNum() local 277 ElfSection section = ElfSection(s.first); in SetLastSection() local 562 ElfSection section = ElfSection(secName); in PackELFSections() local 704 ElfSection section = ElfSection(s.first); in PackELFSegment() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.h | 378 PGOFileSectionInterface §ion) in ParseSectionFromBinary() 392 PGOFileSectionInterface §ion) in ProcessSectionToBinary()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | obj_emit.h | 450 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr() 459 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr() 469 void RegisterSection(Section *section) in RegisterSection()
|
| D | ifile.h | 133 void SetLink(const Section §ion) in SetLink()
|
| /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 838 auto section = file->GetSection(".llvm_stackmaps"); in CompileModule() local 851 auto section = file->GetSection(".llvm_faultmaps"); in CompileModule() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 41 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 | 658 void ElfAssembler::RegisterSection(Section §ion) in RegisterSection() 670 for (auto *section : sections) { in LayoutSections() local 674 for (auto *section : sections) { in LayoutSections() local 689 void ElfAssembler::UpdateSectionOffset(Section §ion) in UpdateSectionOffset() 698 void ElfAssembler::UpdateGlobalOffset(Section §ion) in UpdateGlobalOffset() 981 for (auto *section : sections) { in WriteElfFile() local 991 for (auto *section : sections) { in WriteElfFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 321 for (auto *section : sections) { in LayoutSections() local 325 for (auto *section : sections) { in LayoutSections() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 155 for (auto §ion : sections_) { in ~CodeSpaceOnDemand() local
|