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

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c890 alloc_type_thead, /* head of type hash list */
4751 alloc_counts[ alloc_type_thead ].alloc_name = "thead";
5421 ptr = alloc_counts[ (int) alloc_type_thead ].free_list.f_thead;
5423 alloc_counts[ (int) alloc_type_thead ].free_list.f_thead = ptr->free;
5427 int unallocated = alloc_counts[ (int) alloc_type_thead ].unallocated;
5428 page_t *cur_page = alloc_counts[ (int) alloc_type_thead ].cur_page;
5433 alloc_counts[ (int) alloc_type_thead ].cur_page = cur_page = allocate_page ();
5434 alloc_counts[ (int) alloc_type_thead ].total_pages++;
5438 alloc_counts[ (int) alloc_type_thead ].unallocated = unallocated;
5446 alloc_counts[ (int) alloc_type_thead ]
884 alloc_type_thead, /* head of type hash list */ enumerator in enum:alloc_type
[all...]
/freebsd-9.3-release/contrib/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...]

Completed in 126 milliseconds