Searched refs:alloc_type_forward (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dmips-tfile.c889 alloc_type_forward, /* element to hold unknown tag */
4750 alloc_counts[ alloc_type_forward ].alloc_name = "forward";
5363 ptr = alloc_counts[ (int) alloc_type_forward ].free_list.f_forward;
5365 alloc_counts[ (int) alloc_type_forward ].free_list.f_forward = ptr->free;
5369 int unallocated = alloc_counts[ (int) alloc_type_forward ].unallocated;
5370 page_t *cur_page = alloc_counts[ (int) alloc_type_forward ].cur_page;
5375 alloc_counts[ (int) alloc_type_forward ].cur_page = cur_page = allocate_page ();
5376 alloc_counts[ (int) alloc_type_forward ].total_pages++;
5380 alloc_counts[ (int) alloc_type_forward ].unallocated = unallocated;
5388 alloc_counts[ (int) alloc_type_forward ]
883 alloc_type_forward, /* element to hold unknown tag */ enumerator in enum:alloc_type
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Decoff.c743 alloc_type_forward, /* element to hold unknown tag */
5089 register int unallocated = alloc_counts[(int) alloc_type_forward].unallocated;
5090 register page_type *cur_page = alloc_counts[(int) alloc_type_forward].cur_page;
5095 alloc_counts[(int) alloc_type_forward].cur_page = cur_page = allocate_page ();
5096 alloc_counts[(int) alloc_type_forward].total_pages++;
5100 alloc_counts[(int) alloc_type_forward].unallocated = unallocated;
5108 alloc_counts[(int) alloc_type_forward].total_alloc++;
742 alloc_type_forward, /* element to hold unknown tag */ enumerator in enum:alloc_type

Completed in 185 milliseconds