Home
last modified time | relevance | path

Searched defs:type_ptr (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/
H A Dthunk.c32 static inline const argtype *thunk_type_next(const argtype *type_ptr) in thunk_type_next()
59 static const argtype *thunk_type_next_ptr(const argtype *type_ptr) in thunk_type_next_ptr()
66 const argtype *type_ptr; in thunk_register_struct() local
129 const argtype *type_ptr, int to_host) in thunk_convert()
275 const argtype *thunk_print(void *arg, const argtype *type_ptr) in thunk_print()
467 int thunk_type_size_array(const argtype *type_ptr, int is_host) in thunk_type_size_array()
472 int thunk_type_align_array(const argtype *type_ptr, int is_host) in thunk_type_align_array()
/qemu/include/user/
H A Dthunk.h88 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
149 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()