Lines Matching refs:wv
547 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() local
560 elfcpp::Swap<size, big_endian>::writeval(wv, x); in do_write()
5021 Valtype* wv = reinterpret_cast<Valtype*>(view); in update_view() local
5022 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in update_view()
5026 elfcpp::Swap<valsize, big_endian>::writeval(wv, in update_view()
5045 Valtype* wv = reinterpret_cast<Valtype*>(view); in update_view_two_parts() local
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()
5079 Valtype* wv = reinterpret_cast<Valtype*>(view); in update_movnz() local
5080 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in update_movnz()
5095 elfcpp::Swap<32, big_endian>::writeval(wv, in update_movnz()
5191 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local
5193 elfcpp::Swap<valsize, big_endian>::writeval(wv,static_cast<Valtype>(x)); in rela()