Home | History | Annotate | Download | only in gold

Lines Matching refs:wv

547 	Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset);
560 elfcpp::Swap<size, big_endian>::writeval(wv, x);
5021 Valtype* wv = reinterpret_cast<Valtype*>(view);
5022 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
5026 elfcpp::Swap<valsize, big_endian>::writeval(wv,
5045 Valtype* wv = reinterpret_cast<Valtype*>(view);
5046 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
5048 elfcpp::Swap<valsize, big_endian>::writeval(wv,
5079 Valtype* wv = reinterpret_cast<Valtype*>(view);
5080 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv);
5095 elfcpp::Swap<32, big_endian>::writeval(wv,
5191 Valtype* wv = reinterpret_cast<Valtype*>(view);
5193 elfcpp::Swap<valsize, big_endian>::writeval(wv,static_cast<Valtype>(x));