Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddefs.h427 extern use_struct_convention_fn generic_use_struct_convention;
H A Dvalues.c1267 generic_use_struct_convention (int gcc_p, struct type *value_type) in generic_use_struct_convention() function
H A Dgdbarch.c511 current_gdbarch->use_struct_convention = generic_use_struct_convention; in gdbarch_alloc()