Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, const panda::PandaString &path = "") in ProcessConfigSection()
54 bool ProcessConfig(Config *cfg, const Section &section) in ProcessConfig()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp33 for (auto section : objectFile_->sections()) { in CreatedObjectFile() local
75 const auto &section = sectionIndex_.at(name); in GetSection() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp127 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 &section, Address valu… in AddSymbol()
162 for (auto *section : sections) { in ClearData() local
/arkcompiler/runtime_core/static_core/verification/config/
Dconfig_load.cpp41 panda::verifier::config::Section section; in ProcessConfigFile() local
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp121 static const auto processMethodOptions = [](Config *cfg, const Section &section) { in MethodOptionsProcessor()
183 static const auto configDebugMethodOptionsVerifier = [](Config *ddcfg, const Section &section) { in RegisterConfigHandlerMethodOptions()
Dconfig_handler_options.cpp66 static const auto configDebugOptionsVerifier = [](Config *config, const Section &section) { in RegisterConfigHandlerOptions()
Dconfig_handler_whitelist.cpp62 static const auto configDebugWhitelistVerifier = [](Config *config, const Section &section) { in RegisterConfigHandlerWhitelist()
Dconfig_handler_method_groups.cpp46 …tatic const auto configDebugMethodGroupsVerifierOptions = [](Config *cfg, const Section &section) { in RegisterConfigHandlerMethodGroups()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp63 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/
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/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.h347 PGOFileSectionInterface &section) in ParseSectionFromBinary()
361 PGOFileSectionInterface &section) in ProcessSectionToBinary()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h409 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr()
418 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr()
428 void RegisterSection(Section *section) in RegisterSection()
Difile.h132 void SetLink(const Section &section) in SetLink()
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp94 static const auto configDebugBreakpoints = [](Config *cfg, const Section &section) { in RegisterConfigHandlerBreakpoints()
/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()
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()
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/
Daarch64_obj_emitter.cpp327 for (auto *section : sections) { in LayoutSections() local
331 for (auto *section : sections) { in LayoutSections() local