Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c880 alloc_type_forward, /* element to hold unknown tag */ enumerator
4847 alloc_counts[ alloc_type_forward ].alloc_name = "forward";
5449 ptr = alloc_counts[ (int) alloc_type_forward ].free_list.f_forward; in allocate_forward()
5451 alloc_counts[ (int) alloc_type_forward ].free_list.f_forward = ptr->free; in allocate_forward()
5455 int unallocated = alloc_counts[ (int) alloc_type_forward ].unallocated; in allocate_forward()
5456 page_t *cur_page = alloc_counts[ (int) alloc_type_forward ].cur_page; in allocate_forward()
5461 alloc_counts[ (int) alloc_type_forward ].cur_page = cur_page = allocate_page (); in allocate_forward()
5462 alloc_counts[ (int) alloc_type_forward ].total_pages++; in allocate_forward()
5466 alloc_counts[ (int) alloc_type_forward ].unallocated = unallocated; in allocate_forward()
5474 alloc_counts[ (int) alloc_type_forward ].total_alloc++; in allocate_forward()
[all …]
/openbsd-src/gnu/gcc/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()
5319 int unallocated = alloc_counts[ (int) alloc_type_forward ].unallocated; in allocate_forward()
5320 page_t *cur_page = alloc_counts[ (int) alloc_type_forward ].cur_page; in allocate_forward()
5325 alloc_counts[ (int) alloc_type_forward ].cur_page = cur_page = allocate_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()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/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()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Decoff.c741 alloc_type_forward, /* element to hold unknown tag */ enumerator
5051 register int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward()
5052 register page_type *cur_page = alloc_counts[(int) alloc_type_forward].cur_page; in allocate_forward()
5057 alloc_counts[(int) alloc_type_forward].cur_page = cur_page = allocate_page (); in allocate_forward()
5058 alloc_counts[(int) alloc_type_forward].total_pages++; in allocate_forward()
5062 alloc_counts[(int) alloc_type_forward].unallocated = unallocated; in allocate_forward()
5070 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()