Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c734 alloc_type_scope, /* nested scopes linked list */ enumerator
4812 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4814 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4817 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()
4818 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()
4823 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()
4824 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()
4828 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4837 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4847 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c734 alloc_type_scope, /* nested scopes linked list */ enumerator
4815 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4817 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4820 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()
4821 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()
4826 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()
4827 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()
4831 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4840 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4850 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
[all …]