Searched refs:structp (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | prdbg.c | 1012 bfd_boolean structp, unsigned int size) in pr_start_struct_type() argument 1018 if (! push_type (info, structp ? "struct " : "union ")) in pr_start_struct_type() 1186 bfd_boolean structp, unsigned int size, in pr_start_class_type() argument 1201 if (! push_type (info, structp ? "class " : "union class ")) in pr_start_class_type() 1997 bfd_boolean structp, in tg_start_struct_type() argument 2015 info->stack->flavor = structp ? "struct" : "union"; in tg_start_struct_type() 2085 bfd_boolean structp, unsigned int size, in tg_start_class_type() argument 2114 info->stack->flavor = structp ? "class" : "union class"; in tg_start_class_type()
|
| D | wrstabs.c | 1308 bfd_boolean structp, unsigned int size) in stab_start_struct_type() argument 1334 structp ? 's' : 'u', in stab_start_struct_type() 1444 stab_start_class_type (void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int… in stab_start_class_type() argument 1461 if (! stab_start_struct_type (p, tag, id, structp, size)) in stab_start_class_type()
|
| D | debug.c | 1281 debug_make_struct_type (void *handle, bfd_boolean structp, bfd_vma size, in debug_make_struct_type() argument 1289 structp ? DEBUG_KIND_STRUCT : DEBUG_KIND_UNION, in debug_make_struct_type() 1312 debug_make_object_type (void *handle, bfd_boolean structp, bfd_vma size, in debug_make_object_type() argument 1322 structp ? DEBUG_KIND_CLASS : DEBUG_KIND_UNION_CLASS, in debug_make_object_type()
|
| D | stabs.c | 2009 bfd_boolean structp, const int *typenums) in parse_stab_struct_type() argument 2038 return debug_make_struct_type (dhandle, structp, size, fields); in parse_stab_struct_type() 2040 return debug_make_object_type (dhandle, structp, size, fields, baseclasses, in parse_stab_struct_type()
|
| D | ieee.c | 5819 bfd_boolean structp, unsigned int size) in ieee_start_struct_type() argument 5895 || ! ieee_write_number (info, structp ? 'S' : 'U') in ieee_start_struct_type() 6092 bfd_boolean structp, unsigned int size, in ieee_start_class_type() argument 6128 if (! ieee_start_struct_type (p, tag, id, structp, size)) in ieee_start_class_type() 6140 || ! ieee_write_asn (info, indx, structp ? 'o' : 'u') in ieee_start_class_type()
|