Searched refs:B_BYTES (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | jv-lang.c | 384 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 388 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 392 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 396 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
|
| D | gdbtypes.h | 76 #define B_BYTES(x) ( 1 + ((x)>>3) ) macro 77 #define B_CLRALL(a,x) memset ((a), 0, B_BYTES(x))
|
| D | stabsread.c | 2987 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses() 2990 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type)); in read_baseclasses() 3218 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type() 3222 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type() 3226 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
|
| D | hpread.c | 1164 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse() 1392 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse() 4319 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4323 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4327 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4332 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
|
| D | dwarf2read.c | 2751 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 2755 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 2759 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 2767 int num_bytes = B_BYTES (fip->nbaseclasses); in dwarf2_attach_fields_to_type()
|