Home
last modified time | relevance | path

Searched refs:iview (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc7003 Insn* iview = reinterpret_cast<Insn*>(view - 2 * big_endian); in relocate() local
7004 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); in relocate()
7010 elfcpp::Swap<32, big_endian>::writeval(iview, insn); in relocate()
7020 Insn* iview = reinterpret_cast<Insn*>(view - 2 * big_endian); in relocate() local
7021 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); in relocate()
7027 elfcpp::Swap<32, big_endian>::writeval(iview, insn); in relocate()
7033 Insn* iview = reinterpret_cast<Insn*>(view - 2 * big_endian); in relocate() local
7035 elfcpp::Swap<32, big_endian>::writeval(iview, insn); in relocate()
7058 Insn* iview = reinterpret_cast<Insn*>(view - 2 * big_endian); in relocate() local
7059 Insn insn = elfcpp::Swap<32, big_endian>::readval(iview); in relocate()
[all …]