Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDggc-zone.c204 typedef unsigned int alloc_type; typedef
246 alloc_type alloc_bits[1];
449 alloc_type *alloc_bits;
590 / (8 * sizeof (alloc_type) * BYTES_PER_ALLOC_BIT)); in zone_get_object_alloc_word()
599 % (8 * sizeof (alloc_type))); in zone_get_object_alloc_bit()
652 zone_object_size_1 (alloc_type *alloc_bits, in zone_object_size_1()
657 alloc_type alloc_word; in zone_object_size_1()
675 size = (sizeof (alloc_type) * 8 - start_bit + 1) * BYTES_PER_ALLOC_BIT; in zone_object_size_1()
687 size += sizeof (alloc_type) * 8 * BYTES_PER_ALLOC_BIT; in zone_object_size_1()
714 extern char check_alloc_type_size[(sizeof (alloc_type) == 4) ? 1 : -1];
[all …]
HDmips-tfile.c829 enum alloc_type { enum
/dragonfly/contrib/gdb-7/gdb/
HDgdbtypes.c164 alloc_type (struct objfile *objfile) in alloc_type() function
224 return alloc_type (TYPE_OWNER (type).objfile); in alloc_type_copy()
1963 type = alloc_type (objfile); in init_type()
HDgdbtypes.h1425 extern struct type *alloc_type (struct objfile *);
HDjv-lang.c307 type = alloc_type (objfile); in type_from_class()
HDstabsread.c325 return (alloc_type (objfile)); in dbx_alloc_type()
335 *type_addr = alloc_type (objfile); in dbx_alloc_type()
HDcoffread.c364 type = alloc_type (coffread_objfile); in coff_alloc_type()
HDdwarf2read.c10974 fnp->type = alloc_type (objfile); in dwarf2_add_member_fn()
11187 new_type = alloc_type (objfile); in quirk_gcc_member_function_pointer()
11251 type = alloc_type (objfile); in read_structure_type()
11574 type = alloc_type (objfile); in read_enumeration_type()
12294 struct type *new_type = alloc_type (cu->objfile); in read_tag_ptr_to_member_type()
HDmdebugread.c4899 t = alloc_type (mdebugread_objfile); in new_type()
/dragonfly/contrib/binutils-2.34/gas/
HDecoff.c732 enum alloc_type { enum
/dragonfly/contrib/binutils-2.27/gas/
HDecoff.c732 enum alloc_type { enum