Searched refs:alloc_type (Results 1 – 11 of 11) sorted by relevance
204 typedef unsigned int alloc_type; typedef246 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 …]
829 enum alloc_type { enum
164 alloc_type (struct objfile *objfile) in alloc_type() function224 return alloc_type (TYPE_OWNER (type).objfile); in alloc_type_copy()1963 type = alloc_type (objfile); in init_type()
1425 extern struct type *alloc_type (struct objfile *);
307 type = alloc_type (objfile); in type_from_class()
325 return (alloc_type (objfile)); in dbx_alloc_type()335 *type_addr = alloc_type (objfile); in dbx_alloc_type()
364 type = alloc_type (coffread_objfile); in coff_alloc_type()
10974 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()
4899 t = alloc_type (mdebugread_objfile); in new_type()
732 enum alloc_type { enum