Home
last modified time | relevance | path

Searched refs:alloc_type_thash (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c881 alloc_type_thash, /* type hash element */ enumerator
4707 alloc_counts[ alloc_type_thash ].alloc_name = "thash"; in main()
5223 int unallocated = alloc_counts[ (int) alloc_type_thash ].unallocated; in allocate_thash()
5224 page_t *cur_page = alloc_counts[ (int) alloc_type_thash ].cur_page; in allocate_thash()
5229 alloc_counts[ (int) alloc_type_thash ].cur_page = cur_page = allocate_page (); in allocate_thash()
5230 alloc_counts[ (int) alloc_type_thash ].total_pages++; in allocate_thash()
5234 alloc_counts[ (int) alloc_type_thash ].unallocated = unallocated; in allocate_thash()
5241 alloc_counts[ (int) alloc_type_thash ].total_alloc++; in allocate_thash()
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c740 alloc_type_thash, /* type hash element */ enumerator
4961 register int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; in allocate_thash()
4962 register page_type *cur_page = alloc_counts[(int) alloc_type_thash].cur_page; in allocate_thash()
4967 alloc_counts[(int) alloc_type_thash].cur_page = cur_page = allocate_page (); in allocate_thash()
4968 alloc_counts[(int) alloc_type_thash].total_pages++; in allocate_thash()
4972 alloc_counts[(int) alloc_type_thash].unallocated = unallocated; in allocate_thash()
4980 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()