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

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c884 alloc_type_scope, /* nested scopes linked list */
4745 alloc_counts[ alloc_type_scope ].alloc_name = "scope";
5145 ptr = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope;
5147 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr->free;
5151 int unallocated = alloc_counts[ (int) alloc_type_scope ].unallocated;
5152 page_t *cur_page = alloc_counts[ (int) alloc_type_scope ].cur_page;
5157 alloc_counts[ (int) alloc_type_scope ].cur_page = cur_page = allocate_page ();
5158 alloc_counts[ (int) alloc_type_scope ].total_pages++;
5162 alloc_counts[ (int) alloc_type_scope ].unallocated = unallocated;
5170 alloc_counts[ (int) alloc_type_scope ]
878 alloc_type_scope, /* nested scopes linked list */ enumerator in enum:alloc_type
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c738 alloc_type_scope, /* nested scopes linked list */
4872 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope;
4874 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free;
4877 register int unallocated = alloc_counts[(int) alloc_type_scope].unallocated;
4878 register page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page;
4883 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page ();
4884 alloc_counts[(int) alloc_type_scope].total_pages++;
4888 alloc_counts[(int) alloc_type_scope].unallocated = unallocated;
4897 alloc_counts[(int) alloc_type_scope].total_alloc++;
4907 alloc_counts[(int) alloc_type_scope]
737 alloc_type_scope, /* nested scopes linked list */ enumerator in enum:alloc_type
[all...]

Completed in 115 milliseconds