| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const panda::PandaString &path = "") in ProcessConfigSection() 54 bool ProcessConfig(Config *cfg, const Section §ion) in ProcessConfig()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | created_object_file.cpp | 33 for (auto section : objectFile_->sections()) { in CreatedObjectFile() local 75 const auto §ion = sectionIndex_.at(name); in GetSection() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | obj_emit.cpp | 127 for (auto *section : sections) { in WriteObjFile() local 138 for (auto section : sections) { in WriteObjFile() local 143 void ObjEmitter::AddSymbol(const std::string &name, Word size, const Section §ion, Address valu… in AddSymbol() 162 for (auto *section : sections) { in ClearData() local
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | config_load.cpp | 41 panda::verifier::config::Section section; in ProcessConfigFile() local
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 121 static const auto processMethodOptions = [](Config *cfg, const Section §ion) { in MethodOptionsProcessor() 183 static const auto configDebugMethodOptionsVerifier = [](Config *ddcfg, const Section §ion) { in RegisterConfigHandlerMethodOptions()
|
| D | config_handler_options.cpp | 66 static const auto configDebugOptionsVerifier = [](Config *config, const Section §ion) { in RegisterConfigHandlerOptions()
|
| D | config_handler_whitelist.cpp | 62 static const auto configDebugWhitelistVerifier = [](Config *config, const Section §ion) { in RegisterConfigHandlerWhitelist()
|
| D | config_handler_method_groups.cpp | 46 …tatic const auto configDebugMethodGroupsVerifierOptions = [](Config *cfg, const Section §ion) { in RegisterConfigHandlerMethodGroups()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 63 ElfSection section = ElfSection(s.first); in DumpSection() local 231 ElfSection section = ElfSection(s.first); in GetSegmentNum() local 247 ElfSection section = ElfSection(s.first); in SetLastSection() local 501 ElfSection section = ElfSection(secName); in PackELFSections() local 642 ElfSection section = ElfSection(s.first); in PackELFSegment() 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/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.h | 347 PGOFileSectionInterface §ion) in ParseSectionFromBinary() 361 PGOFileSectionInterface §ion) in ProcessSectionToBinary()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | obj_emit.h | 409 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr() 418 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr() 428 void RegisterSection(Section *section) in RegisterSection()
|
| D | ifile.h | 132 void SetLink(const Section §ion) in SetLink()
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 94 static const auto configDebugBreakpoints = [](Config *cfg, const Section §ion) { in RegisterConfigHandlerBreakpoints()
|
| /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() 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() 963 for (auto *section : sections) { in WriteElfFile() local 973 for (auto *section : sections) { in WriteElfFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 327 for (auto *section : sections) { in LayoutSections() local 331 for (auto *section : sections) { in LayoutSections() local
|