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

/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c900 alloc_type_thead, /* head of type hash list */
4885 alloc_counts[ alloc_type_thead ].alloc_name = "thead";
5580 ptr = alloc_counts[ (int)alloc_type_thead ].free_list.f_thead;
5582 alloc_counts[ (int)alloc_type_thead ].free_list.f_thead = ptr->free;
5586 register int unallocated = alloc_counts[ (int)alloc_type_thead ].unallocated;
5587 register page_t *cur_page = alloc_counts[ (int)alloc_type_thead ].cur_page;
5592 alloc_counts[ (int)alloc_type_thead ].cur_page = cur_page = allocate_page ();
5593 alloc_counts[ (int)alloc_type_thead ].total_pages++;
5597 alloc_counts[ (int)alloc_type_thead ].unallocated = unallocated;
5605 alloc_counts[ (int)alloc_type_thead ]
894 alloc_type_thead, /* head of type hash list */ enumerator in enum:alloc_type
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c744 alloc_type_thead, /* head of type hash list */
5124 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead;
5126 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free;
5129 register int unallocated = alloc_counts[(int) alloc_type_thead].unallocated;
5130 register page_type *cur_page = alloc_counts[(int) alloc_type_thead].cur_page;
5135 alloc_counts[(int) alloc_type_thead].cur_page = cur_page = allocate_page ();
5136 alloc_counts[(int) alloc_type_thead].total_pages++;
5140 alloc_counts[(int) alloc_type_thead].unallocated = unallocated;
5149 alloc_counts[(int) alloc_type_thead].total_alloc++;
5159 alloc_counts[(int) alloc_type_thead]
743 alloc_type_thead, /* head of type hash list */ enumerator in enum:alloc_type
[all...]
/haiku-buildtools/binutils/gas/
H A Decoff.c741 alloc_type_thead, /* head of type hash list */
5118 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead;
5120 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free;
5123 int unallocated = alloc_counts[(int) alloc_type_thead].unallocated;
5124 page_type *cur_page = alloc_counts[(int) alloc_type_thead].cur_page;
5129 alloc_counts[(int) alloc_type_thead].cur_page = cur_page = allocate_page ();
5130 alloc_counts[(int) alloc_type_thead].total_pages++;
5134 alloc_counts[(int) alloc_type_thead].unallocated = unallocated;
5143 alloc_counts[(int) alloc_type_thead].total_alloc++;
5153 alloc_counts[(int) alloc_type_thead]
740 alloc_type_thead, /* head of type hash list */ enumerator in enum:alloc_type
[all...]

Completed in 74 milliseconds