Home
last modified time | relevance | path

Searched refs:thunk_type_align (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/
H A Dthunk.c97 align = thunk_type_align(type_ptr, i); in thunk_register_struct()
474 return thunk_type_align(type_ptr, is_host); in thunk_type_align_array()
/qemu/include/user/
H A Dthunk.h149 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align() function