Lines Matching defs:RelSec
761 ELFSection &RelSec = getRelocSection(S);
766 RelSec.Link = SymTab.SectionIdx;
767 RelSec.Info = S.SectionIdx;
768 RelSec.EntSize = TEW->getRelocationEntrySize();
833 EmitRelocation(RelSec, Rel, HasRelA);
839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel,
841 RelSec.emitWord(Rel.getOffset());
842 RelSec.emitWord(Rel.getInfo(is64Bit));
844 RelSec.emitWord(Rel.getAddend());