Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h154 RelSectionList &RelSections,
158 void assignRelLinkNum(SizeT SymTabNumber, RelSectionList &RelSections);
172 void writeRelocationSections(RelSectionList &RelSections);
DIceELFObjectWriter.cpp130 RelSectionList &RelSections, in assignRelSectionNumInPairs() argument
132 RelSectionList::iterator RelIt = RelSections.begin(); in assignRelSectionNumInPairs()
133 RelSectionList::iterator RelE = RelSections.end(); in assignRelSectionNumInPairs()
155 RelSectionList &RelSections) { in assignRelLinkNum() argument
156 for (ELFRelocationSection *S : RelSections) { in assignRelLinkNum()
621 void ELFObjectWriter::writeRelocationSections(RelSectionList &RelSections) { in writeRelocationSections() argument
622 for (ELFRelocationSection *RelSec : RelSections) { in writeRelocationSections()