Home | History | Annotate | Download | only in gold

Lines Matching full:valsize

5023   template<int valsize>
5030 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
5032 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
5036 elfcpp::Swap<valsize, big_endian>::writeval(wv,
5044 template<int valsize>
5054 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
5056 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
5058 elfcpp::Swap<valsize, big_endian>::writeval(wv,
5111 template<int valsize>
5126 This::template update_view<valsize>(view, immed,
5149 template<int valsize>
5157 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
5161 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view,
5170 template<int valsize>
5179 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
5182 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view,
5191 template<int valsize>
5200 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
5203 elfcpp::Swap<valsize, big_endian>::writeval(wv,static_cast<Valtype>(x));
5212 template<int valsize>
5222 return This::template reloc_common<valsize>(view, x, reloc_property);
5228 template<int valsize>
5238 return This::template reloc_common<valsize>(view, x, reloc_property);
5244 template<int valsize>
5256 return This::template reloc_common<valsize>(view, x, reloc_property);