Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddefs.h416 extern use_struct_convention_fn generic_use_struct_convention;
H A Dvalues.c1227 generic_use_struct_convention (int gcc_p, struct type *value_type) in generic_use_struct_convention() function
H A Dgdbarch.sh527 …t_convention:int gcc_p, struct type *value_type:gcc_p, value_type::generic_use_struct_convention::0
H A Dgdbarch.c430 current_gdbarch->deprecated_use_struct_convention = generic_use_struct_convention; in gdbarch_alloc()
H A DChangeLog-19984049 * value.h, values.c (generic_use_struct_convention): New function,
4052 generic_use_struct_convention.
H A DChangeLog4602 * values.c (generic_use_struct_convention): Don't check gcc_p.
4693 to generic_use_struct_convention, the default value.
H A DChangeLog-20011774 generic_use_struct_convention.