Searched refs:Mips_reloc_types (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | mips.cc | 3107 struct Mips_reloc_types; 3110 struct Mips_reloc_types<elfcpp::SHT_REL, 32, big_endian> struct 3126 struct Mips_reloc_types<elfcpp::SHT_RELA, 32, big_endian> struct 3142 struct Mips_reloc_types<elfcpp::SHT_REL, 64, big_endian> struct 3158 struct Mips_reloc_types<elfcpp::SHT_RELA, 64, big_endian> struct 3189 typedef typename Mips_reloc_types<sh_type_, 32, big_endian>::Reloc 3191 typedef typename Mips_reloc_types<sh_type_, 32, big_endian>::Reloc_write 3222 return Mips_reloc_types<sh_type_, 32, big_endian>::get_r_addend(reloc); in get_r_addend() 3238 { Mips_reloc_types<sh_type_, 32, big_endian>::set_reloc_addend(to, addend); } in put_r_addend() 3251 typedef typename Mips_reloc_types<sh_type_, 64, big_endian>::Reloc [all …]
|
H A D | ChangeLog-2016 | 1089 (Mips_reloc_types::get_r_addend): Remove unsigned from return type. 1579 (Mips_reloc_types): New class template.
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | mips.cc | 3107 struct Mips_reloc_types; 3110 struct Mips_reloc_types<elfcpp::SHT_REL, 32, big_endian> struct 3126 struct Mips_reloc_types<elfcpp::SHT_RELA, 32, big_endian> struct 3142 struct Mips_reloc_types<elfcpp::SHT_REL, 64, big_endian> struct 3158 struct Mips_reloc_types<elfcpp::SHT_RELA, 64, big_endian> struct 3189 typedef typename Mips_reloc_types<sh_type_, 32, big_endian>::Reloc 3191 typedef typename Mips_reloc_types<sh_type_, 32, big_endian>::Reloc_write 3222 return Mips_reloc_types<sh_type_, 32, big_endian>::get_r_addend(reloc); in get_r_addend() 3238 { Mips_reloc_types<sh_type_, 32, big_endian>::set_reloc_addend(to, addend); } in put_r_addend() 3251 typedef typename Mips_reloc_types<sh_type_, 64, big_endian>::Reloc [all …]
|
H A D | ChangeLog-2016 | 1089 (Mips_reloc_types::get_r_addend): Remove unsigned from return type. 1579 (Mips_reloc_types): New class template.
|