Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dmips.cc2871 typedef typename elfcpp::Swap<32, big_endian>::Valtype Valtype32; typedef in __anona7e08b770111::Target_mips
3787 typedef typename elfcpp::Swap<32, big_endian>::Valtype Valtype32; typedef in __anona7e08b770111::Mips_relocate_functions
3912 Valtype32 val; in mips_reloc_unshuffle()
3934 Valtype32 val = elfcpp::Swap<32, big_endian>::readval(view); in mips_reloc_shuffle()
3970 Valtype32 addend = (extract_addend ? Bits<16>::sign_extend32(val) in rel16()
3973 Valtype32 x = psymval->value(object, addend); in rel16()
3989 Valtype32* wv = reinterpret_cast<Valtype32*>(view); in rel32()
3990 Valtype32 addend = (extract_addend in rel32()
3993 Valtype32 x = psymval->value(object, addend); in rel32()
4007 Valtype32* wv = reinterpret_cast<Valtype32*>(view); in reljalr()
[all …]
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_swap.h469 typedef Valtype_base<32>::Valtype Valtype32;
471 Swap<32, true>::writeval(wv, static_cast<Valtype32>(v >> 32));
472 Swap<32, true>::writeval(wv + 4, static_cast<Valtype32>(v));
491 typedef Valtype_base<32>::Valtype Valtype32;
493 Swap<32, false>::writeval(wv + 4, static_cast<Valtype32>(v >> 32));
494 Swap<32, false>::writeval(wv, static_cast<Valtype32>(v));