Searched refs:structp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dprdbg.c1015 bfd_boolean structp, unsigned int size)
1021 if (! push_type (info, structp ? "struct " : "union "))
1189 bfd_boolean structp, unsigned int size,
1204 if (! push_type (info, structp ? "class " : "union class "))
2001 bfd_boolean structp,
2019 info->stack->flavor = structp ? "struct" : "union";
2089 bfd_boolean structp, unsigned int size,
2118 info->stack->flavor = structp ? "class" : "union class";
1009 pr_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size) argument
1183 pr_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
1994 tg_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size ATTRIBUTE_UNUSED) argument
2082 tg_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
H A Dwrstabs.c1311 bfd_boolean structp, unsigned int size)
1337 structp ? 's' : 'u',
1447 stab_start_class_type (void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr)
1464 if (! stab_start_struct_type (p, tag, id, structp, size))
1308 stab_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size) argument
1445 stab_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
H A Ddebug.c1281 debug_make_struct_type (void *handle, bfd_boolean structp, bfd_vma size,
1289 structp ? DEBUG_KIND_STRUCT : DEBUG_KIND_UNION,
1312 debug_make_object_type (void *handle, bfd_boolean structp, bfd_vma size,
1322 structp ? DEBUG_KIND_CLASS : DEBUG_KIND_UNION_CLASS,
1279 debug_make_struct_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields) argument
1310 debug_make_object_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields, debug_baseclass *baseclasses, debug_method *methods, debug_type vptrbase, bfd_boolean ownvptr) argument
H A Dieee.c5823 bfd_boolean structp, unsigned int size)
5899 || ! ieee_write_number (info, structp ? 'S' : 'U')
6096 bfd_boolean structp, unsigned int size,
6132 if (! ieee_start_struct_type (p, tag, id, structp, size))
6144 || ! ieee_write_asn (info, indx, structp ? 'o' : 'u')
5818 ieee_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size) argument
6091 ieee_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
H A Dstabs.c2007 bfd_boolean structp, const int *typenums)
2036 return debug_make_struct_type (dhandle, structp, size, fields);
2038 return debug_make_object_type (dhandle, structp, size, fields, baseclasses,
2005 parse_stab_struct_type(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, bfd_boolean structp, const int *typenums) argument

Completed in 109 milliseconds