| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| H A D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const ark::PandaString &path = "") in ProcessConfigSection() argument 54 bool ProcessConfig(Config *cfg, const Section §ion) in ProcessConfig() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| H A D | config_load.cpp | 44 ark::verifier::config::Section section; in ProcessConfigFile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| H A D | jit_dump_elf.cpp | 74 void JsJitDumpElf::UpdateSectionOffset(Section §ion) in UpdateSectionOffset() argument 83 void JsJitDumpElf::UpdateGlobalOffset(Section §ion) in UpdateGlobalOffset() argument 114 RegisterSection(Section §ion) RegisterSection() argument [all...] |
| H A D | jit_dump_elf.h | 75 void SetLink(const Section §ion) in SetLink() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | created_object_file.cpp | 74 const auto §ion = sectionIndex_.at(name); in GetSection() local 93 const auto §ion = sectionIndex_.at(RELA_LLVM_STACKMAPS_SECTION); GetStackMapInfo() local 105 const auto §ion = sectionIndex_.at(".rela.llvm_faultmaps"); GetFaultMapInfo() local [all...] |
| H A D | code_info_producer.cpp | 35 void CodeInfoProducer::SetStackMap(const uint8_t *section, uintptr_t size) in SetStackMap() argument 47 void CodeInfoProducer::SetFaultMaps(const uint8_t *section, uintptr_t size) in SetFaultMaps() argument
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | aot_builder.cpp | 205 auto §ion = roDatas_.at(i); in PrepareElfBuilder() local
|
| H A D | elf_builder.h | 306 void AddSection(Section *section) in AddSection() argument 357 auto section = new DataSection(*this, name, nullptr, in AddRoDataSection() local 545 AddSymbol(const std::string &name, ElfWord size, const Section §ion, typename SymbolSection::ThunkFunc thunk) AddSymbol() argument 813 SettleSection(Section *section) SettleSection() argument [all...] |
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | dwarf_builder.cpp | 42 ELFIO::section *section = self->GetElfBuilder()->sections.add(name); in CreateSectionCallback() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | elf_file.h | 71 void SetLink(const Section §ion) in SetLink() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| H A D | pgo_file_info.h | 377 ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *header, PGOFileSectionInterface §ion) ParseSectionFromBinary() argument 391 ProcessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeader *const header, PGOFileSectionInterface §ion) ProcessSectionToBinary() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | elf_builder.cpp | 93 ElfSection section = ElfSection(s.first); in DumpSection() local 261 ElfSection section = ElfSection(s.first); GetSegmentNum() local 277 ElfSection section = ElfSection(s.first); SetLastSection() local 562 ElfSection section = ElfSection(secName); PackELFSections() local 704 ElfSection section = ElfSection(s.first); PackELFSegment() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | ifile.h | 133 void SetLink(const Section §ion) in SetLink() argument
|
| H A D | obj_emit.h | 447 void UpdateSectionOffsetAddr(Section *section) in UpdateSectionOffsetAddr() argument 456 void UpdateGlobalOffsetAddr(Section *section) in UpdateGlobalOffsetAddr() argument 466 RegisterSection(Section *section) RegisterSection() argument [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | elf_assembler.cpp | 658 void ElfAssembler::RegisterSection(Section §ion) in RegisterSection() argument 689 UpdateSectionOffset(Section §ion) UpdateSectionOffset() argument 698 UpdateGlobalOffset(Section §ion) UpdateGlobalOffset() argument [all...] |