Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dthunk.c30 static const argtype *thunk_type_next_ptr(const argtype *type_ptr);
49 return thunk_type_next_ptr(type_ptr); in thunk_type_next()
51 return thunk_type_next_ptr(type_ptr + 1); in thunk_type_next()
59 static const argtype *thunk_type_next_ptr(const argtype *type_ptr) in thunk_type_next_ptr() function