Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c743 alloc_type_thead, /* head of type hash list */ enumerator
5084 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead; in allocate_thead()
5086 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free; in allocate_thead()
5089 register int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; in allocate_thead()
5095 alloc_counts[(int) alloc_type_thead].cur_page = cur_page = allocate_page (); in allocate_thead()
5096 alloc_counts[(int) alloc_type_thead].total_pages++; in allocate_thead()
5100 alloc_counts[(int) alloc_type_thead].unallocated = unallocated; in allocate_thead()
5109 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
5119 alloc_counts[(int) alloc_type_thead].total_free++; in free_thead()
5122 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead; in free_thead()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c884 alloc_type_thead, /* head of type hash list */ enumerator
4710 alloc_counts[ alloc_type_thead ].alloc_name = "thead"; in main()
5370 ptr = alloc_counts[ (int) alloc_type_thead ].free_list.f_thead; in allocate_thead()
5372 alloc_counts[ (int) alloc_type_thead ].free_list.f_thead = ptr->free; in allocate_thead()
5376 int unallocated = alloc_counts[ (int) alloc_type_thead ].unallocated; in allocate_thead()
5377 page_t *cur_page = alloc_counts[ (int) alloc_type_thead ].cur_page; in allocate_thead()
5383 alloc_counts[ (int) alloc_type_thead ].total_pages++; in allocate_thead()
5387 alloc_counts[ (int) alloc_type_thead ].unallocated = unallocated; in allocate_thead()
5395 alloc_counts[ (int) alloc_type_thead ].total_alloc++; in allocate_thead()
5405 alloc_counts[ (int) alloc_type_thead ].total_free++; in free_thead()
[all …]