Searched refs:to_host (Results 1 – 2 of 2) sorted by relevance
127 const argtype *type_ptr, int to_host) in thunk_convert() argument156 if (to_host) { in thunk_convert()177 if (to_host) { in thunk_convert()198 dst_size = thunk_type_size(type_ptr, to_host); in thunk_convert()199 src_size = thunk_type_size(type_ptr, 1 - to_host); in thunk_convert()203 thunk_convert(d, s, type_ptr, to_host); in thunk_convert()222 (*se->convert[to_host])(dst, src); in thunk_convert()226 dst_offsets = se->field_offsets[to_host]; in thunk_convert()227 src_offsets = se->field_offsets[1 - to_host]; in thunk_convert()233 field_types, to_host); in thunk_convert()
73 const argtype *type_ptr, int to_host);