Searched refs:RelSD (Results 1 – 1 of 1) sorted by relevance
956 if (MCSectionData *RelSD = createRelocationSection(Asm, SD)) { in computeIndexMap() local958 static_cast<const MCSectionELF *>(&RelSD->getSection()); in computeIndexMap()1286 MCSectionData &RelSD = *it; in WriteRelocations() local1288 static_cast<const MCSectionELF &>(RelSD.getSection()); in WriteRelocations()1296 RelSD.setAlignment(is64Bit() ? 8 : 4); in WriteRelocations()1298 MCDataFragment *F = new MCDataFragment(&RelSD); in WriteRelocations()