Lines Matching refs:valsize
5013 template<int valsize>
5020 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in update_view()
5022 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in update_view()
5026 elfcpp::Swap<valsize, big_endian>::writeval(wv, in update_view()
5034 template<int valsize>
5044 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in update_view_two_parts()
5046 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in update_view_two_parts()
5048 elfcpp::Swap<valsize, big_endian>::writeval(wv, in update_view_two_parts()
5101 template<int valsize>
5116 This::template update_view<valsize>(view, immed, in reloc_common()
5139 template<int valsize>
5147 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype in rela_ua()
5151 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, in rela_ua()
5160 template<int valsize>
5169 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype in pcrela_ua()
5172 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, in pcrela_ua()
5181 template<int valsize>
5190 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype; in rela()
5193 elfcpp::Swap<valsize, big_endian>::writeval(wv,static_cast<Valtype>(x)); in rela()
5202 template<int valsize>
5212 return This::template reloc_common<valsize>(view, x, reloc_property); in rela_general()
5218 template<int valsize>
5228 return This::template reloc_common<valsize>(view, x, reloc_property); in rela_general()
5234 template<int valsize>
5246 return This::template reloc_common<valsize>(view, x, reloc_property); in pcrela_general()