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

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h 220 // endian. It defines the type Valtype and the functions readval and
222 // size out of buffers, swapping them if necessary. readval and
232 readval(const Valtype* wv) function in struct:elfcpp::Swap
240 readval(const unsigned char* wv) function in struct:elfcpp::Swap
241 { return readval(reinterpret_cast<const Valtype*>(wv)); }
249 // conflicting overloads, since both versions of readval and writeval
258 readval(const Valtype* wv) function in struct:elfcpp::Swap
268 // functions readval and writeval. The functions read and write
281 readval(const unsigned char* wv) function in struct:elfcpp::Swap_unaligned
295 readval(const unsigned char* wv function in struct:elfcpp::Swap_unaligned
314 readval(const unsigned char* wv) function in struct:elfcpp::Swap_unaligned
333 readval(const unsigned char* wv) function in struct:elfcpp::Swap_unaligned
354 readval(const unsigned char* wv) function in struct:elfcpp::Swap_unaligned
375 readval(const unsigned char* wv) function in struct:elfcpp::Swap_unaligned
407 readval(const unsigned char* wv) function in struct:elfcpp::Swap_unaligned
445 readval(const unsigned char* wv) function in struct:elfcpp::Swap_aligned32
460 readval(const unsigned char* wv) function in struct:elfcpp::Swap_aligned32
482 readval(const unsigned char* wv) function in struct:elfcpp::Swap_aligned32
    [all...]
  /external/autotest/client/bin/net/
net_utils_mock.py 20 readval = "" variable in class:os_stub
25 return os_stub.readval

Completed in 95 milliseconds