HomeSort by relevance Sort by last modified time
    Searched refs:RelSec (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 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());
    [all...]
ELFWriter.h 237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);

Completed in 135 milliseconds