HomeSort by relevance Sort by last modified time
    Searched full:swap_unaligned (Results 1 - 18 of 18) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
int_encoding.h 106 elfcpp::Swap_unaligned<valsize, true>::writeval(buffer, value);
108 elfcpp::Swap_unaligned<valsize, false>::writeval(buffer, value);
120 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(source);
122 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(source);
134 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source);
136 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(*source);
149 return_value = elfcpp::Swap_unaligned<valsize, true>::readval(*source);
151 return_value = elfcpp::Swap_unaligned<valsize, false>::readval(*source);
compressed_output.cc 71 elfcpp::Swap_unaligned<64, true>::writeval(*compressed_data + 4,
160 return elfcpp::Swap_unaligned<64, true>::readval(compressed_data + 4);
182 elfcpp::Swap_unaligned<64, true>::readval(compressed_data + 4);
dwp.cc     [all...]
dwarf_reader.cc     [all...]
reloc.h 342 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
344 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view);
345 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, x + value);
371 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
373 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view);
375 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, x);
428 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view);
429 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view,
i386.cc     [all...]
x86_64.cc     [all...]
output.cc     [all...]
script-sections.cc 1068 elfcpp::Swap_unaligned<8, big_endian>::writeval(buf, val);
1071 elfcpp::Swap_unaligned<16, big_endian>::writeval(buf, val);
1074 elfcpp::Swap_unaligned<32, big_endian>::writeval(buf, val);
1083 elfcpp::Swap_unaligned<64, big_endian>::writeval(buf, val);
1207 elfcpp::Swap_unaligned<32, true>::writeval(fill_buff, fill_val);
    [all...]
sparc.cc 573 typedef typename elfcpp::Swap_unaligned<valsize,
576 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
582 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, val | reloc);
617 typedef typename elfcpp::Swap_unaligned<valsize,
622 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, reloc);
    [all...]
arm.cc     [all...]
ehframe.cc 261 pc = elfcpp::Swap_unaligned<64, big_endian>::readval(p);
    [all...]
tilegx.cc 839 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
842 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
854 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv,
928 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
    [all...]
aarch64.cc     [all...]
powerpc.cc     [all...]
ChangeLog     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h 266 // Swap_unaligned is a template based on size and on whether the
273 struct Swap_unaligned;
276 struct Swap_unaligned<8, big_endian>
290 struct Swap_unaligned<16, false>
309 struct Swap_unaligned<16, true>
328 struct Swap_unaligned<32, false>
349 struct Swap_unaligned<32, true>
370 struct Swap_unaligned<64, false>
402 struct Swap_unaligned<64, true>
ChangeLog 372 * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): Correct

Completed in 317 milliseconds