Home
last modified time | relevance | path

Searched refs:RelSection (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp121 ELFRelocationSection *RelSection = createSection<ELFRelocationSection>( in createRelocationSection() local
123 RelSection->setRelatedSection(RelatedSection); in createRelocationSection()
124 return RelSection; in createRelocationSection()
139 ELFRelocationSection *RelSection = *RelIt; in assignRelSectionNumInPairs() local
140 if (RelSection->getRelatedSection() == UserSection) { in assignRelSectionNumInPairs()
141 RelSection->setInfoNum(UserSection->getNumber()); in assignRelSectionNumInPairs()
142 RelSection->setNumber(CurSectionNumber++); in assignRelSectionNumInPairs()
143 RelSection->setNameStrIndex(ShStrTab->getIndex(RelSection->getName())); in assignRelSectionNumInPairs()
144 AllSections.push_back(RelSection); in assignRelSectionNumInPairs()
219 ELFRelocationSection *RelSection = nullptr; in writeFunctionCode() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1107 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1121 if (RelSection) in writeObject()
1122 Members.push_back(RelSection); in writeObject()
1126 if (RelSection) { in writeObject()
1127 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1128 Relocations.push_back(RelSection); in writeObject()
1176 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1177 align(RelSection->getAlignment()); in writeObject()
1183 cast<MCSectionELF>(*RelSection->getAssociatedSection())); in writeObject()
1186 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()