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

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c886 alloc_type_shash, /* string hash element */
4747 alloc_counts[ alloc_type_shash ].alloc_name = "shash";
5237 int unallocated = alloc_counts[ (int) alloc_type_shash ].unallocated;
5238 page_t *cur_page = alloc_counts[ (int) alloc_type_shash ].cur_page;
5243 alloc_counts[ (int) alloc_type_shash ].cur_page = cur_page = allocate_page ();
5244 alloc_counts[ (int) alloc_type_shash ].total_pages++;
5248 alloc_counts[ (int) alloc_type_shash ].unallocated = unallocated;
5255 alloc_counts[ (int) alloc_type_shash ].total_alloc++;
880 alloc_type_shash, /* string hash element */ enumerator in enum:alloc_type
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c740 alloc_type_shash, /* string hash element */
4963 register int unallocated = alloc_counts[(int) alloc_type_shash].unallocated;
4964 register page_type *cur_page = alloc_counts[(int) alloc_type_shash].cur_page;
4969 alloc_counts[(int) alloc_type_shash].cur_page = cur_page = allocate_page ();
4970 alloc_counts[(int) alloc_type_shash].total_pages++;
4974 alloc_counts[(int) alloc_type_shash].unallocated = unallocated;
4982 alloc_counts[(int) alloc_type_shash].total_alloc++;
739 alloc_type_shash, /* string hash element */ enumerator in enum:alloc_type

Completed in 231 milliseconds