Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h112 using RelSectionList = std::vector<ELFRelocationSection *>; variable
114 RelSectionList RelTextSections;
116 RelSectionList RelDataSections;
118 RelSectionList RelRODataSections;
154 RelSectionList &RelSections,
158 void assignRelLinkNum(SizeT SymTabNumber, RelSectionList &RelSections);
172 void writeRelocationSections(RelSectionList &RelSections);
DIceELFObjectWriter.cpp137 RelSectionList &RelSections, in assignRelSectionNumInPairs()
139 RelSectionList::iterator RelIt = RelSections.begin(); in assignRelSectionNumInPairs()
140 RelSectionList::iterator RelE = RelSections.end(); in assignRelSectionNumInPairs()
162 RelSectionList &RelSections) { in assignRelLinkNum()
647 void ELFObjectWriter::writeRelocationSections(RelSectionList &RelSections) { in writeRelocationSections()