Home | History | Annotate | Download | only in gold

Lines Matching defs:wv

1556     Valtype* wv = reinterpret_cast<Valtype*>(view);
1557 elfcpp::Swap<fieldsize, big_endian>::writeval(wv, value);
1570 Valtype* wv = reinterpret_cast<Valtype*>(view);
1571 Valtype val = elfcpp::Swap<fieldsize, big_endian>::readval(wv);
1575 elfcpp::Swap<fieldsize, big_endian>::writeval(wv, val | reloc);
6909 Valtype* wv = reinterpret_cast<Valtype*>(view);
6913 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv);
6914 Valtype insn2 = elfcpp::Swap<32, big_endian>::readval(wv + 1);
6920 writeval(wv + 1, ld_2_1 + target->stk_toc());