Home
last modified time | relevance | path

Searched refs:B_TYPE (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dbootinfo.h98 #define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK) macro
/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.h53 #define B_TYPE unsigned char macro
757 B_TYPE *virtual_field_bits;
764 B_TYPE *private_field_bits;
771 B_TYPE *protected_field_bits;
776 B_TYPE *ignore_field_bits;
H A Djv-lang.c393 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
397 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
401 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
404 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) in java_link_class_type()
H A Dstabsread.c3121 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) in read_baseclasses()
3129 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) pointer; in read_baseclasses()
3357 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3361 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3365 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
H A Dgdbtypes.c2851 print_bit_vector (B_TYPE *bits, int nbits) in print_bit_vector()
H A Ddwarf2read.c10787 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
10791 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
10795 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
/dragonfly/stand/boot/pc32/loader/
H A Dmain.c333 if ((biosdev == 0) && (B_TYPE(initial_bootdev) != 2)) /* biosdev doesn't match major */ in extract_currdev()