Searched refs:B_BYTES (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | jv-lang.c | 386 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 390 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 394 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 398 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 | 2943 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses() 2946 int num_bytes = B_BYTES (TYPE_N_BASECLASSES (type)); in read_baseclasses() 3174 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type() 3178 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type() 3182 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
|
| D | hpread.c | 1162 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse() 1390 class_entered = xmalloc (B_BYTES (pxdb_header_p->cd_entries)); in hpread_quick_traverse() 4314 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4318 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4322 (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()
|
| D | dwarf2read.c | 3430 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 3434 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 3438 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 3446 int num_bytes = B_BYTES (fip->nbaseclasses); in dwarf2_attach_fields_to_type()
|
| D | ChangeLog-1992 | 125 * gdbtypes.h, symtab.h (B_SET, B_CLR, B_TST, B_TYPE, B_BYTES,
|