Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/user/
H A Dthunk.h79 extern StructEntry *struct_entries;
138 se = struct_entries + type_ptr[1]; in thunk_type_size()
188 se = struct_entries + type_ptr[1]; in thunk_type_align()
/openbmc/qemu/linux-user/
H A Dthunk.c28 StructEntry *struct_entries; variable
80 se = struct_entries + id; in thunk_register_struct()
121 se = struct_entries + id; in thunk_register_struct_direct()
249 se = struct_entries + *type_ptr++; in thunk_convert()
407 se = struct_entries + *type_ptr++; in thunk_print()
480 struct_entries = g_new0(StructEntry, max_structs); in thunk_init()
H A Dsyscall.c5291 se = struct_entries + *arg_type++; in do_ioctl_rt()