Home | History | Annotate | Download | only in gold

Lines Matching defs:Valtype

1555     typedef typename elfcpp::Swap<fieldsize, big_endian>::Valtype Valtype;
1556 Valtype* wv = reinterpret_cast<Valtype*>(view);
1565 typename elfcpp::Valtype_base<fieldsize>::Valtype dst_mask,
1569 typedef typename elfcpp::Swap<fieldsize, big_endian>::Valtype Valtype;
1570 Valtype* wv = reinterpret_cast<Valtype*>(view);
1571 Valtype val = elfcpp::Swap<fieldsize, big_endian>::readval(wv);
1572 Valtype reloc = value >> right_shift;
1592 typename elfcpp::Valtype_base<fieldsize>::Valtype dst_mask,
1596 typedef typename elfcpp::Swap_unaligned<fieldsize, big_endian>::Valtype
1597 Valtype;
1598 Valtype val = elfcpp::Swap<fieldsize, big_endian>::readval(view);
1599 Valtype reloc = value >> right_shift;
2003 typedef typename elfcpp::Swap<64, big_endian>::Valtype Valtype;
2004 const Valtype* valp = reinterpret_cast<const Valtype*>(p);
2005 Valtype val = elfcpp::Swap<64, big_endian>::readval(valp);
2137 typedef typename elfcpp::Elf_types<size>::Elf_Addr Valtype;
2218 add_constant(Valtype constant)
2225 add_constant_pair(Valtype c1, Valtype c2)
2240 Valtype
2266 Valtype val = 0;
6819 typedef typename elfcpp::Swap<32, big_endian>::Valtype Insn;
6908 typedef typename elfcpp::Swap<32, big_endian>::Valtype Valtype;
6909 Valtype* wv = reinterpret_cast<Valtype*>(view);
6913 Valtype insn = elfcpp::Swap<32, big_endian>::readval(wv);
6914 Valtype insn2 = elfcpp::Swap<32, big_endian>::readval(wv + 1);