Home
last modified time | relevance | path

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

/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.cpp139 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 &section, Address valu… in AddSymbol()
174 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.h305 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 &section, 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
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/compiler/aot_file/
Delf_builder.cpp93 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/
Dpgo_file_info.h378 PGOFileSectionInterface &section) in ParseSectionFromBinary()
392 PGOFileSectionInterface &section) in ProcessSectionToBinary()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h450 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr()
459 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr()
469 void RegisterSection(Section *section) in RegisterSection()
Difile.h133 void SetLink(const Section &section) in SetLink()
/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
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/
Ddwarf_builder.cpp41 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.cpp658 void ElfAssembler::RegisterSection(Section &section) in RegisterSection()
670 for (auto *section : sections) { in LayoutSections() local
674 for (auto *section : sections) { in LayoutSections() local
689 void ElfAssembler::UpdateSectionOffset(Section &section) in UpdateSectionOffset()
698 void ElfAssembler::UpdateGlobalOffset(Section &section) 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/
Daarch64_obj_emitter.cpp321 for (auto *section : sections) { in LayoutSections() local
325 for (auto *section : sections) { in LayoutSections() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp155 for (auto &section : sections_) { in ~CodeSpaceOnDemand() local