Searched refs:RelSectionList (Results 1 – 2 of 2) sorted by relevance
112 using RelSectionList = std::vector<ELFRelocationSection *>; variable114 RelSectionList RelTextSections;116 RelSectionList RelDataSections;118 RelSectionList RelRODataSections;154 RelSectionList &RelSections,158 void assignRelLinkNum(SizeT SymTabNumber, RelSectionList &RelSections);172 void writeRelocationSections(RelSectionList &RelSections);
136 RelSectionList &RelSections, in assignRelSectionNumInPairs()138 RelSectionList::iterator RelIt = RelSections.begin(); in assignRelSectionNumInPairs()139 RelSectionList::iterator RelE = RelSections.end(); in assignRelSectionNumInPairs()161 RelSectionList &RelSections) { in assignRelLinkNum()627 void ELFObjectWriter::writeRelocationSections(RelSectionList &RelSections) { in writeRelocationSections()