Lines Matching refs:wv
813 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local
814 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela()
826 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | (reloc<<doffset)); in rela()
841 unsigned char* wv = view; in rela_ua() local
842 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv); in rela_ua()
854 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, in rela_ua()
869 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local
870 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela()
883 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc); in rela()
901 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela() local
902 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in pcrela()
914 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | (reloc<<doffset)); in pcrela()
930 unsigned char* wv = view; in pcrela_ua() local
940 elfcpp::Swap<valsize, big_endian>::writeval(wv, reloc << doffset); in pcrela_ua()
956 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela() local
957 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in pcrela()
971 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc); in pcrela()
1161 Valtype* wv = reinterpret_cast<Valtype*>(view); in tls_relax() local
1162 Valtype val = elfcpp::Swap<64, big_endian>::readval(wv); in tls_relax()
1319 elfcpp::Swap<64, big_endian>::writeval(wv, val | reloc); in tls_relax()
2389 Valtype* wv = reinterpret_cast<Valtype*>(pov); in fill_plt_entry() local
2390 Valtype val = elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::readval(wv); in fill_plt_entry()
2397 elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::writeval(wv, in fill_plt_entry()
2401 wv = reinterpret_cast<Valtype*>(pov + 8); in fill_plt_entry()
2402 val = elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::readval(wv); in fill_plt_entry()
2407 elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::writeval(wv, in fill_plt_entry()
2411 wv = reinterpret_cast<Valtype*>(pov + 8); in fill_plt_entry()
2412 val = elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::readval(wv); in fill_plt_entry()
2417 elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::writeval(wv, in fill_plt_entry()
2421 wv = reinterpret_cast<Valtype*>(pov + 16); in fill_plt_entry()
2422 val = elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::readval(wv); in fill_plt_entry()
2427 elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::writeval(wv, in fill_plt_entry()
2431 wv = reinterpret_cast<Valtype*>(pov + 32); in fill_plt_entry()
2432 val = elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::readval(wv); in fill_plt_entry()
2436 elfcpp::Swap<TILEGX_INST_BUNDLE_SIZE, big_endian>::writeval(wv, in fill_plt_entry()