Searched refs:gcc_p (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/config/arm/
H A Dtm-arm.h30 #define VARIABLES_INSIDE_BLOCK(desc, gcc_p) (!(gcc_p))
/freebsd-10-stable/contrib/gdb/gdb/
H A Dalphafbsd-tdep.c28 alphafbsd_use_struct_convention (int gcc_p, struct type *type) argument
H A Dgdbarch.h914 typedef void (gdbarch_deprecated_fix_call_dummy_ftype) (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, struct value **args, struct type *type, int gcc_p);
915 extern void gdbarch_deprecated_fix_call_dummy (struct gdbarch *gdbarch, char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, struct value **args, struct type *type, int gcc_p);
921 #define DEPRECATED_FIX_CALL_DUMMY(dummy, pc, fun, nargs, args, type, gcc_p) (gdbarch_deprecated_fix_call_dummy (current_gdbarch, dummy, pc, fun, nargs, args, type, gcc_p))
1454 typedef int (gdbarch_use_struct_convention_ftype) (int gcc_p, struct type *value_type);
1455 extern int gdbarch_use_struct_convention (struct gdbarch *gdbarch, int gcc_p, struct type *value_type);
1461 #define USE_STRUCT_CONVENTION(gcc_p, value_type) (gdbarch_use_struct_convention (current_gdbarch, gcc_p, value_type))
1924 typedef int (gdbarch_deprecated_reg_struct_has_addr_ftype) (int gcc_p, struct type *type);
1925 extern int gdbarch_deprecated_reg_struct_has_addr (struct gdbarch *gdbarch, int gcc_p, struc
[all...]
H A Dvalues.c1275 generic_use_struct_convention (int gcc_p, struct type *value_type)
1277 return !((gcc_p == 1)
1290 using_struct_return (struct type *value_type, int gcc_p)
1312 return USE_STRUCT_CONVENTION (gcc_p, value_type);
1266 generic_use_struct_convention(int gcc_p, struct type *value_type) argument
1281 using_struct_return(struct type *value_type, int gcc_p) argument
H A Darch-utils.c65 always_use_struct_convention (int gcc_p, struct type *value_type) argument
H A Dvalue.h427 extern int using_struct_return (struct type *value_type, int gcc_p);
H A Dgdbarch.c1066 "DEPRECATED_FIX_CALL_DUMMY(dummy, pc, fun, nargs, args, type, gcc_p)",
1067 XSTRING (DEPRECATED_FIX_CALL_DUMMY (dummy, pc, fun, nargs, args, type, gcc_p)));
1562 "DEPRECATED_REG_STRUCT_HAS_ADDR(gcc_p, type)",
1563 XSTRING (DEPRECATED_REG_STRUCT_HAS_ADDR (gcc_p, type)));
2423 "USE_STRUCT_CONVENTION(gcc_p, value_type)",
2424 XSTRING (USE_STRUCT_CONVENTION (gcc_p, value_type)));
3514 gdbarch_deprecated_fix_call_dummy (struct gdbarch *gdbarch, char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, struct value **args, struct type *type, int gcc_p) argument
3520 gdbarch->deprecated_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p);
4220 gdbarch_use_struct_convention (struct gdbarch *gdbarch, int gcc_p, struct type *value_type) argument
4226 return gdbarch->use_struct_convention (gcc_p, value_typ
4783 gdbarch_deprecated_reg_struct_has_addr(struct gdbarch *gdbarch, int gcc_p, struct type *type) argument
[all...]
H A Ddefs.h426 typedef int (use_struct_convention_fn) (int gcc_p, struct type * value_type);
H A Darm-tdep.c2108 arm_use_struct_convention (int gcc_p, struct type *type) argument
H A Dmips-tdep.c2703 mips_eabi_use_struct_convention (int gcc_p, struct type *type) argument
2714 mips_eabi_reg_struct_has_addr (int gcc_p, struct type *type) argument
H A Ddbxread.c2828 #define VARIABLES_INSIDE_BLOCK(desc, gcc_p) 0
H A Dia64-tdep.c2723 ia64_use_struct_convention (int gcc_p, struct type *type)
2722 ia64_use_struct_convention(int gcc_p, struct type *type) argument
H A Drs6000-tdep.c1335 rs6000_use_struct_convention (int gcc_p, struct type *value_type) argument

Completed in 518 milliseconds