Searched refs:RelSec (Results 1 – 3 of 3) sorted by relevance
761 ELFSection &RelSec = getRelocSection(S); in EmitRelocations() local766 RelSec.Link = SymTab.SectionIdx; in EmitRelocations()767 RelSec.Info = S.SectionIdx; in EmitRelocations()768 RelSec.EntSize = TEW->getRelocationEntrySize(); in EmitRelocations()833 EmitRelocation(RelSec, Rel, HasRelA); in EmitRelocations()839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation() argument841 RelSec.emitWord(Rel.getOffset()); in EmitRelocation()842 RelSec.emitWord(Rel.getInfo(is64Bit)); in EmitRelocation()844 RelSec.emitWord(Rel.getAddend()); in EmitRelocation()
237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
644 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local647 ErrorOr<const Elf_Shdr *> SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()