Searched refs:alloc_type_tag (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c898 alloc_type_tag, /* struct/union/tag element */
4883 alloc_counts[ alloc_type_tag ].alloc_name = "tag";
5462 ptr = alloc_counts[ (int)alloc_type_tag ].free_list.f_tag;
5464 alloc_counts[ (int)alloc_type_tag ].free_list.f_tag = ptr->free;
5468 register int unallocated = alloc_counts[ (int)alloc_type_tag ].unallocated;
5469 register page_t *cur_page = alloc_counts[ (int)alloc_type_tag ].cur_page;
5474 alloc_counts[ (int)alloc_type_tag ].cur_page = cur_page = allocate_page ();
5475 alloc_counts[ (int)alloc_type_tag ].total_pages++;
5479 alloc_counts[ (int)alloc_type_tag ].unallocated = unallocated;
5487 alloc_counts[ (int)alloc_type_tag ]
892 alloc_type_tag, /* struct/union/tag element */ enumerator in enum:alloc_type
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c742 alloc_type_tag, /* struct/union/tag element */
5033 ptr = alloc_counts[(int) alloc_type_tag].free_list.f_tag;
5035 alloc_counts[(int) alloc_type_tag].free_list.f_tag = ptr->free;
5038 register int unallocated = alloc_counts[(int) alloc_type_tag].unallocated;
5039 register page_type *cur_page = alloc_counts[(int) alloc_type_tag].cur_page;
5044 alloc_counts[(int) alloc_type_tag].cur_page = cur_page = allocate_page ();
5045 alloc_counts[(int) alloc_type_tag].total_pages++;
5049 alloc_counts[(int) alloc_type_tag].unallocated = unallocated;
5058 alloc_counts[(int) alloc_type_tag].total_alloc++;
5068 alloc_counts[(int) alloc_type_tag]
741 alloc_type_tag, /* struct/union/tag element */ enumerator in enum:alloc_type
[all...]
/haiku-buildtools/binutils/gas/
H A Decoff.c739 alloc_type_tag, /* struct/union/tag element */
5027 ptr = alloc_counts[(int) alloc_type_tag].free_list.f_tag;
5029 alloc_counts[(int) alloc_type_tag].free_list.f_tag = ptr->free;
5032 int unallocated = alloc_counts[(int) alloc_type_tag].unallocated;
5033 page_type *cur_page = alloc_counts[(int) alloc_type_tag].cur_page;
5038 alloc_counts[(int) alloc_type_tag].cur_page = cur_page = allocate_page ();
5039 alloc_counts[(int) alloc_type_tag].total_pages++;
5043 alloc_counts[(int) alloc_type_tag].unallocated = unallocated;
5052 alloc_counts[(int) alloc_type_tag].total_alloc++;
5062 alloc_counts[(int) alloc_type_tag]
738 alloc_type_tag, /* struct/union/tag element */ enumerator in enum:alloc_type
[all...]

Completed in 192 milliseconds