HomeSort by relevance Sort by last modified time
    Searched defs:Valtype (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h 108 // defines the type Valtype as the unsigned integer, and
117 typedef uint8_t Valtype;
124 typedef uint16_t Valtype;
131 typedef uint32_t Valtype;
138 typedef uint64_t Valtype;
143 // and target have the same endianness. It defines the type Valtype
145 // which takes an argument of type Valtype and returns the same value,
154 typedef typename Valtype_base<size>::Valtype Valtype;
156 static inline Valtype
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
reloc.h 328 typename elfcpp::Swap<valsize, big_endian>::Valtype value)
330 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
331 Valtype* wv = reinterpret_cast<Valtype*>(view);
332 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
340 typename elfcpp::Swap<valsize, big_endian>::Valtype value)
342 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
343 Valtype;
344 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view)
    [all...]
reloc.cc     [all...]
sparc.cc 527 typename elfcpp::Swap<size, big_endian>::Valtype value,
528 typename elfcpp::Swap<size, big_endian>::Valtype addend)
530 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
531 Valtype* wv = reinterpret_cast<Valtype*>(view);
532 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
533 Valtype reloc = ((value + addend) >> right_shift);
550 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
552 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype
    [all...]
tilegx.cc 808 typename elfcpp::Swap<size, big_endian>::Valtype addend,
812 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
813 Valtype* wv = reinterpret_cast<Valtype*>(view);
814 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
815 Valtype reloc = 0;
835 typename elfcpp::Swap<size, big_endian>::Valtype addend,
839 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
840 Valtype;
    [all...]
output.h     [all...]
aarch64.cc 78 typedef typename elfcpp::Swap<32, big_endian>::Valtype Insntype;
429 typedef typename elfcpp::Elf_types<size>::Elf_Addr Valtype;
463 Valtype dynamic_addr = dynamic == NULL ? 0 : dynamic->address();
546 typedef typename elfcpp::Swap<size, big_endian>::Valtype Valtype;
547 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset);
548 Valtype x;
1107 typedef typename elfcpp::Swap<32, big_endian>::Valtype Insntype;
    [all...]
powerpc.cc     [all...]
mips.cc     [all...]

Completed in 683 milliseconds