Lines Matching defs:Relocations
109 static SmallVector<char, 0> encodeCrel(ArrayRef<Relocation> Relocations) {
113 ELF::encodeCrel<Is64>(OS, Relocations, [&](const Relocation &R) {
124 Sec.Size = encodeCrel<ELFT::Is64Bits>(Sec.Relocations).size();
127 Sec.Size = Sec.Relocations.size() * Sec.EntrySize;
911 for (const Relocation &R : Relocations) {
973 static void writeRel(const RelRange &Relocations, T *Buf, bool IsMips64EL) {
974 for (const auto &Reloc : Relocations) {
987 auto Content = encodeCrel<ELFT::Is64Bits>(Sec.Relocations);
990 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rel *>(Buf),
993 writeRel(Sec.Relocations, reinterpret_cast<Elf_Rela *>(Buf),
1009 for (const Relocation &Reloc : Relocations)
1019 for (const Relocation &Reloc : Relocations)