Lines Matching refs:Classify_reloc
43 typename Scan, typename Classify_reloc>
58 typedef typename Classify_reloc::Reltype Reltype; in scan_relocs()
59 const int reloc_size = Classify_reloc::reloc_size; in scan_relocs()
72 unsigned int r_sym = Classify_reloc::get_r_sym(&reloc); in scan_relocs()
73 unsigned int r_type = Classify_reloc::get_r_type(&reloc); in scan_relocs()
307 typename Classify_reloc>
321 typedef typename Classify_reloc::Reltype Reltype; in relocate_section()
322 const int reloc_size = Classify_reloc::reloc_size; in relocate_section()
347 unsigned int r_sym = Classify_reloc::get_r_sym(&reloc); in relocate_section()
448 if (!relocate.relocate(relinfo, Classify_reloc::sh_type, target, in relocate_section()
579 template<typename Classify_reloc>
583 typedef typename Classify_reloc::Reltype Reltype;
584 static const int reloc_size = Classify_reloc::reloc_size;
585 static const int sh_type = Classify_reloc::sh_type;
590 { return Classify_reloc::get_r_sym(reloc); } in get_r_sym()
595 { return Classify_reloc::get_r_type(reloc); } in get_r_type()
618 switch (Classify_reloc::get_size_for_reloc(r_type, object)) in local_section_strategy()
646 template<typename Classify_reloc>
650 typedef typename Classify_reloc::Reltype Reltype;
651 static const int reloc_size = Classify_reloc::reloc_size;
652 static const int sh_type = Classify_reloc::sh_type;
657 { return Classify_reloc::get_r_sym(reloc); } in get_r_sym()
662 { return Classify_reloc::get_r_type(reloc); } in get_r_type()
778 template<int size, bool big_endian, typename Classify_reloc>
793 typedef typename Classify_reloc::Reltype Reltype; in relocate_relocs()
794 typedef typename Classify_reloc::Reltype_write Reltype_write; in relocate_relocs()
795 const int reloc_size = Classify_reloc::reloc_size; in relocate_relocs()
816 target->relocate_special_relocatable(relinfo, Classify_reloc::sh_type, in relocate_relocs()
827 const unsigned int r_sym = Classify_reloc::get_r_sym(&reloc); in relocate_relocs()
915 Classify_reloc::put_r_info(&reloc_write, &reloc, new_symndx); in relocate_relocs()
921 if (Classify_reloc::sh_type == elfcpp::SHT_RELA) in relocate_relocs()
922 Classify_reloc::put_r_addend(&reloc_write, in relocate_relocs()
923 Classify_reloc::get_r_addend(&reloc)); in relocate_relocs()
943 = Classify_reloc::get_r_addend(&reloc); in relocate_relocs()
953 Classify_reloc::put_r_addend(&reloc_write, addend); in relocate_relocs()