Searched defs:sections (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 24 std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = in AddShStrTabSection() local 60 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in DumpSection() local 73 const std::vector<ElfSecName> §ions): des_(des), sections_(sections) in ElfBuilder() 122 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in RemoveNotNeedSection() local 228 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in GetSegmentNum() local 245 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in SetLastSection() local 281 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in FindShStrTab() local 413 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in PackELFSections() local 553 const std::map<ElfSecName, std::pair<uint64_t, uint32_t>> §ions = GetFullSecInfo(); in PackELFSegment() local
|