reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
  106   Sec.Size = Sec.Relocations.size() * Sec.EntrySize;
  817   for (const Relocation &R : Relocations) {
  880     writeRel(Sec.Relocations, reinterpret_cast<Elf_Rel *>(Buf));
  882     writeRel(Sec.Relocations, reinterpret_cast<Elf_Rela *>(Buf));
  895   for (const Relocation &Reloc : Relocations)
  905   for (const Relocation &Reloc : Relocations)
tools/llvm-objcopy/ELF/Object.h
  754   void addRelocation(Relocation Rel) { Relocations.push_back(Rel); }