/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp_swap.h | 232 readval(const Valtype* wv) 233 { return Convert<size, big_endian>::convert_host(*wv); } 236 writeval(Valtype* wv, Valtype v) 237 { *wv = Convert<size, big_endian>::convert_host(v); } 240 readval(const unsigned char* wv) 241 { return readval(reinterpret_cast<const Valtype*>(wv)); } 244 writeval(unsigned char* wv, Valtype v) 245 { writeval(reinterpret_cast<Valtype*>(wv), v); } 258 readval(const Valtype* wv) 259 { return *wv; } [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | reloc.h | 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() [all …]
|
D | sparc.cc | 531 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local 532 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela() 538 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc); in rela() 553 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local 554 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in rela() 560 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc); in rela() 575 unsigned char* wv = view; in rela_ua() local 576 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv); in rela_ua() 582 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, val | reloc); in rela_ua() 598 Valtype* wv = reinterpret_cast<Valtype*>(view); in pcrela() local [all …]
|
D | arm.cc | 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 [all …]
|
D | tilegx.cc | 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 [all …]
|
D | mips.cc | 3967 Valtype16* wv = reinterpret_cast<Valtype16*>(view); in rel16() local 3968 Valtype16 val = elfcpp::Swap<16, big_endian>::readval(wv); in rel16() 3975 elfcpp::Swap<16, big_endian>::writeval(wv, val); in rel16() 3989 Valtype32* wv = reinterpret_cast<Valtype32*>(view); in rel32() local 3991 ? elfcpp::Swap<32, big_endian>::readval(wv) in rel32() 3994 elfcpp::Swap<32, big_endian>::writeval(wv, x); in rel32() 4007 Valtype32* wv = reinterpret_cast<Valtype32*>(view); in reljalr() local 4009 Valtype32 val = elfcpp::Swap<32, big_endian>::readval(wv); in reljalr() 4028 elfcpp::Swap<32, big_endian>::writeval(wv, val); in reljalr() 4040 Valtype32* wv = reinterpret_cast<Valtype32*>(view); in relpc32() local [all …]
|
D | aarch64.cc | 547 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() local 560 elfcpp::Swap<size, big_endian>::writeval(wv, x); in do_write() 5021 Valtype* wv = reinterpret_cast<Valtype*>(view); in update_view() local 5022 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in update_view() 5026 elfcpp::Swap<valsize, big_endian>::writeval(wv, in update_view() 5045 Valtype* wv = reinterpret_cast<Valtype*>(view); in update_view_two_parts() local 5046 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv); in update_view_two_parts() 5048 elfcpp::Swap<valsize, big_endian>::writeval(wv, in update_view_two_parts() 5079 Valtype* wv = reinterpret_cast<Valtype*>(view); in update_movnz() local 5080 Valtype val = elfcpp::Swap<32, big_endian>::readval(wv); in update_movnz() [all …]
|
D | powerpc.cc | 1556 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local 1557 elfcpp::Swap<fieldsize, big_endian>::writeval(wv, value); in rela() 1570 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() local 1571 Valtype val = elfcpp::Swap<fieldsize, big_endian>::readval(wv); in rela() 1575 elfcpp::Swap<fieldsize, big_endian>::writeval(wv, val | reloc); in rela() 6909 Valtype* wv = reinterpret_cast<Valtype*>(view); in relocate() local 6913 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv); in relocate() 6914 Valtype insn2 = elfcpp::Swap<32, big_endian>::readval(wv + 1); in relocate() 6920 writeval(wv + 1, ld_2_1 + target->stk_toc()); in relocate()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-9197 | 635 Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>:
|