Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c883 alloc_type_forward, /* element to hold unknown tag */ enumerator
4709 alloc_counts[ alloc_type_forward ].alloc_name = "forward"; in main()
5313 ptr = alloc_counts[ (int) alloc_type_forward ].free_list.f_forward; in allocate_forward()
5315 alloc_counts[ (int) alloc_type_forward ].free_list.f_forward = ptr->free; in allocate_forward()
5320 page_t *cur_page = alloc_counts[ (int) alloc_type_forward ].cur_page; in allocate_forward()
5326 alloc_counts[ (int) alloc_type_forward ].total_pages++; in allocate_forward()
5330 alloc_counts[ (int) alloc_type_forward ].unallocated = unallocated; in allocate_forward()
5338 alloc_counts[ (int) alloc_type_forward ].total_alloc++; in allocate_forward()
5348 alloc_counts[ (int) alloc_type_forward ].total_free++; in free_forward()
5351 ptr->free = alloc_counts[ (int) alloc_type_forward ].free_list.f_forward; in free_forward()
[all …]
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c742 alloc_type_forward, /* element to hold unknown tag */ enumerator
5050 register int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward()
5051 register page_type *cur_page = alloc_counts[(int) alloc_type_forward].cur_page; in allocate_forward()
5056 alloc_counts[(int) alloc_type_forward].cur_page = cur_page = allocate_page (); in allocate_forward()
5057 alloc_counts[(int) alloc_type_forward].total_pages++; in allocate_forward()
5061 alloc_counts[(int) alloc_type_forward].unallocated = unallocated; in allocate_forward()
5069 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()