Lines Matching refs:wv
3261 Valtype* wv = reinterpret_cast<Valtype*>(view); in abs8() local
3262 Valtype val = elfcpp::Swap<8, big_endian>::readval(wv); in abs8()
3266 elfcpp::Swap<8, big_endian>::writeval(wv, val); in abs8()
3282 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_abs5() local
3283 Valtype val = elfcpp::Swap<16, big_endian>::readval(wv); in thm_abs5()
3287 elfcpp::Swap<16, big_endian>::writeval(wv, val); in thm_abs5()
3301 Valtype* wv = reinterpret_cast<Valtype*>(view); in abs12() local
3302 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in abs12()
3306 elfcpp::Swap<32, big_endian>::writeval(wv, val); in abs12()
3375 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_jump6() local
3376 Valtype val = elfcpp::Swap<16, big_endian>::readval(wv); in thm_jump6()
3381 elfcpp::Swap<16, big_endian>::writeval(wv, val); in thm_jump6()
3396 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_jump8() local
3397 Valtype val = elfcpp::Swap<16, big_endian>::readval(wv); in thm_jump8()
3400 elfcpp::Swap<16, big_endian>::writeval(wv, ((val & 0xff00) in thm_jump8()
3416 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_jump11() local
3417 Valtype val = elfcpp::Swap<16, big_endian>::readval(wv); in thm_jump11()
3420 elfcpp::Swap<16, big_endian>::writeval(wv, ((val & 0xf800) in thm_jump11()
3498 Valtype* wv = reinterpret_cast<Valtype*>(view); in movw() local
3499 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in movw()
3504 elfcpp::Swap<32, big_endian>::writeval(wv, val); in movw()
3520 Valtype* wv = reinterpret_cast<Valtype*>(view); in movt() local
3521 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in movt()
3525 elfcpp::Swap<32, big_endian>::writeval(wv, val); in movt()
3544 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_movw() local
3545 Reltype val = (elfcpp::Swap<16, big_endian>::readval(wv) << 16) in thm_movw()
3546 | elfcpp::Swap<16, big_endian>::readval(wv + 1); in thm_movw()
3551 elfcpp::Swap<16, big_endian>::writeval(wv, val >> 16); in thm_movw()
3552 elfcpp::Swap<16, big_endian>::writeval(wv + 1, val & 0xffff); in thm_movw()
3569 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_movt() local
3570 Reltype val = (elfcpp::Swap<16, big_endian>::readval(wv) << 16) in thm_movt()
3571 | elfcpp::Swap<16, big_endian>::readval(wv + 1); in thm_movt()
3575 elfcpp::Swap<16, big_endian>::writeval(wv, val >> 16); in thm_movt()
3576 elfcpp::Swap<16, big_endian>::writeval(wv + 1, val & 0xffff); in thm_movt()
3590 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_alu11() local
3591 Reltype insn = (elfcpp::Swap<16, big_endian>::readval(wv) << 16) in thm_alu11()
3592 | elfcpp::Swap<16, big_endian>::readval(wv + 1); in thm_alu11()
3628 elfcpp::Swap<16, big_endian>::writeval(wv, insn >> 16); in thm_alu11()
3629 elfcpp::Swap<16, big_endian>::writeval(wv + 1, insn & 0xffff); in thm_alu11()
3643 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_pc8() local
3644 Valtype insn = elfcpp::Swap<16, big_endian>::readval(wv); in thm_pc8()
3650 elfcpp::Swap<16, big_endian>::writeval(wv, insn); in thm_pc8()
3665 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_pc12() local
3666 Reltype insn = (elfcpp::Swap<16, big_endian>::readval(wv) << 16) in thm_pc12()
3667 | elfcpp::Swap<16, big_endian>::readval(wv + 1); in thm_pc12()
3683 elfcpp::Swap<16, big_endian>::writeval(wv, insn >> 16); in thm_pc12()
3684 elfcpp::Swap<16, big_endian>::writeval(wv + 1, insn & 0xffff); in thm_pc12()
3699 Valtype* wv = reinterpret_cast<Valtype*>(view); in v4bx() local
3700 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in v4bx()
3728 elfcpp::Swap<32, big_endian>::writeval(wv, val); in v4bx()
3753 Valtype* wv = reinterpret_cast<Valtype*>(view); in arm_grp_alu() local
3754 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv); in arm_grp_alu()
3789 elfcpp::Swap<32, big_endian>::writeval(wv, insn); in arm_grp_alu()
3808 Valtype* wv = reinterpret_cast<Valtype*>(view); in arm_grp_ldr() local
3809 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv); in arm_grp_ldr()
3827 elfcpp::Swap<32, big_endian>::writeval(wv, insn); in arm_grp_ldr()
3846 Valtype* wv = reinterpret_cast<Valtype*>(view); in arm_grp_ldrs() local
3847 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv); in arm_grp_ldrs()
3865 elfcpp::Swap<32, big_endian>::writeval(wv, insn); in arm_grp_ldrs()
3884 Valtype* wv = reinterpret_cast<Valtype*>(view); in arm_grp_ldc() local
3885 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv); in arm_grp_ldc()
3903 elfcpp::Swap<32, big_endian>::writeval(wv, insn); in arm_grp_ldc()
3929 Valtype* wv = reinterpret_cast<Valtype*>(view); in arm_branch_common() local
3930 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in arm_branch_common()
3981 elfcpp::Swap<32, big_endian>::writeval(wv, val); in arm_branch_common()
4031 elfcpp::Swap<32, big_endian>::writeval(wv, val); in arm_branch_common()
4058 Valtype* wv = reinterpret_cast<Valtype*>(view); in thumb_branch_common() local
4059 uint32_t upper_insn = elfcpp::Swap<16, big_endian>::readval(wv); in thumb_branch_common()
4060 uint32_t lower_insn = elfcpp::Swap<16, big_endian>::readval(wv + 1); in thumb_branch_common()
4108 elfcpp::Swap<16, big_endian>::writeval(wv, 0xf3af); in thumb_branch_common()
4109 elfcpp::Swap<16, big_endian>::writeval(wv + 1, 0x8000); in thumb_branch_common()
4113 elfcpp::Swap<16, big_endian>::writeval(wv, 0xe000); in thumb_branch_common()
4114 elfcpp::Swap<16, big_endian>::writeval(wv + 1, 0xbf00); in thumb_branch_common()
4192 elfcpp::Swap<16, big_endian>::writeval(wv, upper_insn); in thumb_branch_common()
4193 elfcpp::Swap<16, big_endian>::writeval(wv + 1, lower_insn); in thumb_branch_common()
4219 Valtype* wv = reinterpret_cast<Valtype*>(view); in thm_jump19() local
4220 uint32_t upper_insn = elfcpp::Swap<16, big_endian>::readval(wv); in thm_jump19()
4221 uint32_t lower_insn = elfcpp::Swap<16, big_endian>::readval(wv + 1); in thm_jump19()
4241 elfcpp::Swap<16, big_endian>::writeval(wv, upper_insn); in thm_jump19()
4242 elfcpp::Swap<16, big_endian>::writeval(wv + 1, lower_insn); in thm_jump19()
5669 const Valtype* wv = in process_exidx_section() local
5671 uint32_t second_word = elfcpp::Swap<32, big_endian>::readval(wv); in process_exidx_section()
7168 const Valtype* wv = reinterpret_cast<const Valtype*>(view); in operator ()() local
7169 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in operator ()()
7178 const Valtype* wv = reinterpret_cast<const Valtype*>(view); in operator ()() local
7179 Valtype upper_insn = elfcpp::Swap<16, big_endian>::readval(wv); in operator ()()
7180 Valtype lower_insn = elfcpp::Swap<16, big_endian>::readval(wv + 1); in operator ()()
7187 const Valtype* wv = reinterpret_cast<const Valtype*>(view); in operator ()() local
7188 Valtype upper_insn = elfcpp::Swap<16, big_endian>::readval(wv); in operator ()()
7189 Valtype lower_insn = elfcpp::Swap<16, big_endian>::readval(wv + 1); in operator ()()
7335 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() local
7348 elfcpp::Swap<32, big_endian>::writeval(wv, x); in do_write()
11857 const Valtype* wv = in scan_reloc_section_for_stubs() local
11860 elfcpp::Swap<32, big_endian>::readval(wv); in scan_reloc_section_for_stubs()
12427 const Valtype* wv = reinterpret_cast<const Valtype*>(view + i); in scan_span_for_cortex_a8_erratum() local
12428 uint32_t insn = elfcpp::Swap<16, big_endian>::readval(wv); in scan_span_for_cortex_a8_erratum()
12436 insn = (insn << 16) | elfcpp::Swap<16, big_endian>::readval(wv + 1); in scan_span_for_cortex_a8_erratum()
12583 Valtype* wv = reinterpret_cast<Valtype*>(insn_view); in apply_cortex_a8_workaround() local
12584 Valtype upper_insn = elfcpp::Swap<16, big_endian>::readval(wv); in apply_cortex_a8_workaround()
12585 Valtype lower_insn = elfcpp::Swap<16, big_endian>::readval(wv + 1); in apply_cortex_a8_workaround()
12618 elfcpp::Swap<16, big_endian>::writeval(wv, upper_insn); in apply_cortex_a8_workaround()
12619 elfcpp::Swap<16, big_endian>::writeval(wv + 1, lower_insn); in apply_cortex_a8_workaround()