OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelSec
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ELFWriter.cpp
763
ELFSection &
RelSec
= getRelocSection(S);
768
RelSec
.Link = SymTab.SectionIdx;
769
RelSec
.Info = S.SectionIdx;
770
RelSec
.EntSize = TEW->getRelocationEntrySize();
835
EmitRelocation(
RelSec
, Rel, HasRelA);
841
void ELFWriter::EmitRelocation(BinaryObject &
RelSec
, ELFRelocation &Rel,
843
RelSec
.emitWord(Rel.getOffset());
844
RelSec
.emitWord(Rel.getInfo(is64Bit));
846
RelSec
.emitWord(Rel.getAddend());
[
all
...]
ELFWriter.h
237
void EmitRelocation(BinaryObject &
RelSec
, ELFRelocation &Rel, bool HasRelA);
Completed in 29 milliseconds