Home
last modified time | relevance | path

Searched refs:alloc_type_scope (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c831 alloc_type_scope, /* nested scopes linked list */ enumerator
4652 alloc_counts[ alloc_type_scope ].alloc_name = "scope"; in main()
5042 ptr = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope; in allocate_scope()
5044 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr->free; in allocate_scope()
5048 int unallocated = alloc_counts[ (int) alloc_type_scope ].unallocated; in allocate_scope()
5049 page_t *cur_page = alloc_counts[ (int) alloc_type_scope ].cur_page; in allocate_scope()
5054 alloc_counts[ (int) alloc_type_scope ].cur_page = cur_page = allocate_page (); in allocate_scope()
5055 alloc_counts[ (int) alloc_type_scope ].total_pages++; in allocate_scope()
5059 alloc_counts[ (int) alloc_type_scope ].unallocated = unallocated; in allocate_scope()
5067 alloc_counts[ (int) alloc_type_scope ].total_alloc++; in allocate_scope()
[all …]
/dflybsd-src/contrib/binutils-2.34/gas/
H A Decoff.c734 alloc_type_scope, /* nested scopes linked list */ enumerator
4837 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4839 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4842 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()
4843 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()
4848 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()
4849 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()
4853 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4862 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4872 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
[all …]
/dflybsd-src/contrib/binutils-2.27/gas/
H A Decoff.c734 alloc_type_scope, /* nested scopes linked list */ enumerator
4832 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4834 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4837 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()
4838 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()
4843 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()
4844 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()
4848 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4857 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4867 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
[all …]