Home | History | Annotate | Download | only in elfcpp

Lines Matching full:convert_host

144 // as Valtype_base does, and also defines a function convert_host
157 convert_host(Valtype v)
167 convert_host(Valtype v)
177 convert_host(Valtype v)
187 convert_host(Valtype v)
197 convert_host(Valtype v)
202 // big endian. It defines Valtype and convert_host like
212 convert_host(Valtype v)
215 ::convert_host(v);
233 { return Convert<size, big_endian>::convert_host(*wv); }
237 { *wv = Convert<size, big_endian>::convert_host(v); }