Lines Matching defs:Rela

95   using Elf_Rela = typename ELFT::Rela;                                        \
3323 Elf_Rela Rela;
3324 Rela.r_offset = R.r_offset;
3325 Rela.r_info = R.r_info;
3326 Rela.r_addend = 0;
3327 printRelocation(Obj, SymTab, Rela, false);
3948 const typename ELFT::Rela &Reloc) {
4018 for (const Elf_Rela &Rela : this->dumper()->dyn_relas())
4019 printDynamicRelocation(Obj, Rela, true);
4029 Elf_Rela Rela;
4030 Rela.r_offset = Rel.r_offset;
4031 Rela.r_info = Rel.r_info;
4032 Rela.r_addend = 0;
4033 printDynamicRelocation(Obj, Rela, false);
4046 for (const Elf_Rela &Rela : RelrRelas) {
4047 printDynamicRelocation(Obj, Rela, false);
4059 for (const Elf_Rela &Rela : DynPLTRelRegion.getAsArrayRef<Elf_Rela>())
4060 printDynamicRelocation(Obj, Rela, true);
4064 Elf_Rela Rela;
4065 Rela.r_offset = Rel.r_offset;
4066 Rela.r_info = Rel.r_info;
4067 Rela.r_addend = 0;
4068 printDynamicRelocation(Obj, Rela, false);
5565 Elf_Rela Rela;
5566 Rela.r_offset = R.r_offset;
5567 Rela.r_info = R.r_info;
5568 Rela.r_addend = 0;
5569 printRelocation(Obj, Rela, SymTab);
5818 for (const Elf_Rela &Rela : this->dumper()->dyn_relas())
5819 printDynamicRelocation(Obj, Rela);
5822 Elf_Rela Rela;
5823 Rela.r_offset = Rel.r_offset;
5824 Rela.r_info = Rel.r_info;
5825 Rela.r_addend = 0;
5826 printDynamicRelocation(Obj, Rela);
5832 for (const Elf_Rela &Rela : RelrRelas)
5833 printDynamicRelocation(Obj, Rela);
5836 for (const Elf_Rela &Rela : DynPLTRelRegion.getAsArrayRef<Elf_Rela>())
5837 printDynamicRelocation(Obj, Rela);
5840 Elf_Rela Rela;
5841 Rela.r_offset = Rel.r_offset;
5842 Rela.r_info = Rel.r_info;
5843 Rela.r_addend = 0;
5844 printDynamicRelocation(Obj, Rela);