Lines Matching refs:Relocations
112 static SmallVector<char, 0> encodeCrel(ArrayRef<Relocation> Relocations) { in encodeCrel() argument
116 ELF::encodeCrel<Is64>(OS, Relocations, [&](const Relocation &R) { in encodeCrel()
127 Sec.Size = encodeCrel<ELFT::Is64Bits>(Sec.Relocations).size(); in visit()
130 Sec.Size = Sec.Relocations.size() * Sec.EntrySize; in visit()
914 for (const Relocation &R : Relocations) { in removeSectionReferences()
976 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) { in writeRel() argument
977 for (const auto &Reloc : Relocations) { in writeRel()
990 auto Content = encodeCrel<ELFT::Is64Bits>(Sec.Relocations); in visit()
993 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rel *>(Buf), in visit()
996 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rela *>(Buf), in visit()
1012 for (const Relocation &Reloc : Relocations) in removeSymbols()
1022 for (const Relocation &Reloc : Relocations) in markSymbols()