Searched refs:B_CLRALL (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | jv-lang.c | 385 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); in java_link_class_type() 389 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); in java_link_class_type() 393 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); in java_link_class_type() 397 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), TYPE_N_BASECLASSES (type)); in java_link_class_type()
|
| HD | stabsread.c | 2998 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), TYPE_N_BASECLASSES (type)); in read_baseclasses() 3219 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); in attach_fields_to_type() 3223 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); in attach_fields_to_type() 3227 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); in attach_fields_to_type()
|
| HD | hpread.c | 1165 B_CLRALL (class_entered, pxdb_header_p->cd_entries); in hpread_quick_traverse() 1393 B_CLRALL (class_entered, pxdb_header_p->cd_entries); in hpread_quick_traverse() 4320 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), nfields); in hpread_read_struct_type() 4324 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); in hpread_read_struct_type() 4328 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); in hpread_read_struct_type() 4333 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); in hpread_read_struct_type()
|
| HD | gdbtypes.h | 77 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x)) macro
|
| HD | dwarf2read.c | 2752 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); in dwarf2_attach_fields_to_type() 2756 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); in dwarf2_attach_fields_to_type() 2760 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); in dwarf2_attach_fields_to_type() 2773 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), fip->nbaseclasses); in dwarf2_attach_fields_to_type()
|