Lines Matching refs:wv
331 Valtype* wv = reinterpret_cast<Valtype*>(view); in rel() local
332 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv); in rel()
333 elfcpp::Swap<valsize, big_endian>::writeval(wv, x + value); in rel()
358 Valtype* wv = reinterpret_cast<Valtype*>(view); in rel() local
359 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv); in rel()
361 elfcpp::Swap<valsize, big_endian>::writeval(wv, x); in rel()
387 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local
388 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend); in rela()
401 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local
403 elfcpp::Swap<valsize, big_endian>::writeval(wv, x); in rela()
415 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrel() local
416 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv); in pcrel()
417 elfcpp::Swap<valsize, big_endian>::writeval(wv, x + value - address); in pcrel()
444 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrel() local
445 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv); in pcrel()
447 elfcpp::Swap<valsize, big_endian>::writeval(wv, x - address); in pcrel()
460 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela() local
461 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend - address); in pcrela()
475 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela() local
477 elfcpp::Swap<valsize, big_endian>::writeval(wv, x - address); in pcrela()